simple-typescript-starter icon indicating copy to clipboard operation
simple-typescript-starter copied to clipboard

The most basic TypeScript starter I could think of

Results 8 simple-typescript-starter issues
Sort by recently updated
recently updated
newest added

Currently https://github.com/stemmlerjs/simple-typescript-starter/blob/master/.vscode/launch.json file is pointing to "${workspaceFolder}/dist/**/*.js" but the ts is being compiled into build folder. This results in error when debugging the code containing imports

Can the packages in repo be updated to the lastest versions ? I get this long list of update with `ncu` ``` @types/jest ^28.1.8 → ^29.5.8 @types/node ^18.6.1 → ^20.9.0...

Tell GitHub to render `tsconfig.json` files in the web view as JSON With Comments. This was something I discovered [while working on a project](https://github.com/freshgum-bubbles/typedi/blob/develop/tsconfig.typedoc.json). Support is also added for separate...

regex updated to target both ts and js files

Bumps [json5](https://github.com/json5/json5) from 2.2.1 to 2.2.3. Release notes Sourced from json5's releases. v2.2.3 Fix: [email protected] is now the 'latest' release according to npm instead of v1.0.2. (#299) v2.2.2 Fix: Properties...

dependencies

Hello ;) I am trying to run source code using Google DevTools but have not been successful. In package.json ` "scripts": { "start:dev": "npx nodemon --inspect=127.0.0.1:9229 src/index.ts" } ` Any...

Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...

dependencies

I've implemented a dockerflow for this project. You can now use Docker for local development and for production. It's implemented through a multi-stage dockerfile and Docker Compose. I can add...