node-express-typescript-starter-2022 icon indicating copy to clipboard operation
node-express-typescript-starter-2022 copied to clipboard

A minimal node, express and typescript starter template for 2022 & 2023

Results 1 node-express-typescript-starter-2022 issues
Sort by recently updated
recently updated
newest added

I wonder why did you use this at tsconfig.json : ``` { ..., "include": [ "src/tests/**/*.ts" ], "files": [ "src/index.ts" ] } ``` Shouldn't we need typescript to recognize all...