node-typescript-boilerplate icon indicating copy to clipboard operation
node-typescript-boilerplate copied to clipboard

Minimalistic project template to jump start a Node.js back-end application in TypeScript. ESLint, Jest and type definitions included.

Results 6 node-typescript-boilerplate issues
Sort by recently updated
recently updated
newest added

Fix build warnings > Node.js 16 actions are deprecated

I now recommend using Vitest over Jest for unit and integration testing of TypeScript code. This PR has breaking changes and replaces Jest with Vitest. Throughout 2023, my team and...

Dependencies should be included for a reason. These are included but not used: - https://www.npmjs.com/package/ts-api-utils - https://www.npmjs.com/package/tslib Either they should be used in the example `main.ts` or removed.

``` shell $ npm run build ... $ npm run test > [email protected] test > vitest run unit RUN v2.1.0 /tmp/node-typescript-boilerplate ✓ __tests__/unit/main.test.ts (2) ✓ build/__tests__/unit/main.test.js (2) Test Files 2...

TypeScript 5.6 was released on [September 9](https://devblogs.microsoft.com/typescript/announcing-typescript-5-6/). However, some packages still do not fully support it. Blocked by https://github.com/typescript-eslint/typescript-eslint/issues/9653, https://github.com/typescript-eslint/typescript-eslint/pull/9972