Hacker News
- TypeScript Monorepo with NPM Workspaces https://www.yieldcode.blog/post/npm-workspaces/ 11 comments
- TypeScript NPM Packages Done Right https://blog.liblab.com/typescript-npm-packages-done-right/ 78 comments
- Show HN: Rollpkg, easily build npm packages with Rollup and TypeScript https://github.com/rafgraph/rollpkg 2 comments
- Some interesting Typescript features I've learnt writing NPM packages https://www.haakon.dev/article/some-interesting-typescript-features-ive-learnt-while-writing-npm-packages 11 comments webdev
- Using TypeScript to Create Modern npm Packages https://snyk.io/blog/best-practices-create-modern-npm-package/ 21 comments typescript
- Vue 3, Component, Package, Typescript => NPM. Done. https://www.npmjs.com/package/vue3-toggle-button 7 comments vuejs
- How do I make my npm library TypeScript friendly? https://github.com/drudru/ansi_up 9 comments typescript
- Learn Modern JavaScript (nodejs, npm, webpack, es6, es5, esnext, typescript) for FREE http://courses.angularclass.com/courses/modern-javascript 60 comments javascript
- Having issues trying to setup a monorepo with NPM workspaces and Typescript https://stackoverflow.com/questions/72055371/npm-workspaces-typescript-unable-to-find-local-modules 6 comments typescript
- Hybrid NPM package through TypeScript Compiler (TSC) https://dev.to/mbarzeev/hybrid-npm-package-through-typescript-compiler-tsc-150c 4 comments javascript
- Npm now shows which packages include bundled TypeScript declarations https://github.blog/changelog/2020-12-16-npm-displays-packages-with-bundled-typescript-declarations/ 11 comments typescript
- Npm now shows which packages include bundled TypeScript declarations https://github.blog/changelog/2020-12-16-npm-displays-packages-with-bundled-typescript-declarations/ 20 comments javascript
- Offer: I will create TypeScript declarations for your NPM package https://www.reddit.com/r/webdev/comments/g4kl2x/offer_i_will_create_typescript_declarations_for/ 13 comments webdev
- Been building my first TypeScript project for 3 months, was going well. Updated all NPM packages and everything Broke... https://www.reddit.com/r/typescript/comments/g08pum/been_building_my_first_typescript_project_for_3/ 18 comments typescript
- Anybody with npm packages that need TypeScript type declaration files? None 9 comments javascript
- How does your folder structure work when using TypeScript to write an npm package? https://www.reddit.com/r/typescript/comments/6vpmi9/how_does_your_folder_structure_work_when_using/ 4 comments typescript
- TypeScript Types from NPM! (QuickTip) https://youtu.be/_mg6Pn6TCIo 15 comments typescript
- ts init - a minimalist TypeScript package initializer. Like `npm init`, but for TS. https://github.com/goldenlynx/ts-init 3 comments typescript
- How would you organize directory structure of a npm-style library implemented in TypeScript? https://www.reddit.com/r/typescript/comments/5l3fzy/how_would_you_organize_directory_structure_of_a/ 3 comments typescript
- TypeScript npm packages done right: tutorial with examples https://blog.liblab.com/typescript-npm-packages-done-right/ 2 comments javascript
- Use NPM packages in your Dart apps with Typings: a Typescript d to Dart transpilller https://medium.com/@jonathanrezende/use-npm-packages-in-your-dart-apps-with-typings-a-typescript-d-to-dart-transpilller-71b85489c00b 10 comments flutterdev
- Use NPM packages in your Dart apps with Typings: a Typescript d to Dart transpilller https://medium.com/@jonathanrezende/use-npm-packages-in-your-dart-apps-with-typings-a-typescript-d-to-dart-transpilller-71b85489c00b 3 comments dartlang
- 10-25% faster typescript compile times, 43% smaller npm package after Typescript codebase converted to modules https://github.com/microsoft/TypeScript/pull/51387#issuecomment-1301025670 24 comments typescript
- How to build, test, and publish a TypeScript npm package in 2022 https://www.strictmode.io/articles/build-test-and-publish-npm-package-2022 4 comments javascript
- I reverse engineered a npm registry from scratch. It is written entirely in TypeScript and has a low amount of dependencies. https://github.com/tanuel/baggy 2 comments typescript
- I wish TypeScript to support publishing npm module with "ts" files https://github.com/microsoft/typescript/issues/38452 21 comments typescript
- I reverse engineered a npm registry from scratch. It is written entirely in TypeScript and has a low amount of dependencies. https://github.com/tanuel/baggy 17 comments typescript
- Fell in love with TypeScript so I made an npm package for everyone who wants to start building React apps with TypeScript https://github.com/ioanungurean/forge-react-app 8 comments typescript
- Fell in love with TypeScript so I made an npm package for everyone who wants to start building React apps with TypeScript https://github.com/ioanungurean/forge-react-app 27 comments webdev
- Fell in love with TypeScript so I made an npm package for everyone who wants to start building React apps with TypeScript https://github.com/ioanungurean/forge-react-app 10 comments reactjs
- I wrote this little tool to produce typescript interfaces from a mysql database. It's my first npm package and I'm looking for some feedback! https://github.com/emilioastarita/typed-rows 3 comments typescript
- Step by step: Building and publishing an NPM Typescript package - Medium https://medium.com/@carljohan.kihl/44fe7164964c 5 comments typescript
- Just released Phaser + NPM + Webpack + TypeScript Starter Project on GitHub https://github.com/rroylance/phaser-npm-webpack-typescript-starter-project 16 comments gamedev
- Just published my first npm package! KWIC, or Keywords In Contexts. It's also my first serious Typescript package. It was a nice journey over the past few months. https://npmjs.com/package/@strboul/kwic-ts 6 comments javascript
- Node.js Tools for Visual Studio Beta released - edit & continue, TypeScript, worker roles, new NPM UI, integrated testing and more! https://nodejstools.codeplex.com/ 6 comments node
- Typescript project starter: npm-ready, plus testing and CLI templates https://github.com/bscotch/typescript-template 3 comments typescript
- uWS js went down some time ago, so i have decided to rewrite JS part of uWS in TypeScript and deploy it to NPM (i need this library for ClusterWS Scalable Node js WebSocket). Most of the functionality is in place, left some docs editing and ready to go. If any one is interested in using go ahead :) https://github.com/clusterws/clusterws-uws 13 comments javascript
- uWS js went down some time ago, so i have decided to rewrite JS part of uWS in TypeScript and deploy it to NPM (i need this library for ClusterWS Scalable Node js WebSocket). Most of the functionality is in place, left some docs editing and ready to go. If any one is interested in using go ahead :) https://github.com/ClusterWS/ClusterWS-uWS 11 comments node
- Check out my first 'serious' npm package: redux-ts-starter-kit, A typescript fork of redux-starter-kit https://www.reddit.com/r/reactjs/comments/ad6cmt/check_out_my_first_serious_npm_package/ 5 comments typescript
- Check out my first 'serious' npm package: redux-ts-starter-kit, A typescript fork of redux-starter-kit https://github.com/Dudeonyx/redux-ts-starter-kit 9 comments reactjs