UNPKG

ts-express-kit

Version:

A TypeScript starter kit for building Express applications with best practices.

14 lines 318 B
{ "include": ["src", "bin"], "exclude": ["node_modules"], "compilerOptions": { "target": "es2016", "module": "commonjs", "rootDir": "./", "outDir": "./dist", "esModuleInterop": true, "forceConsistentCasingInFileNames": true, "strict": true, "skipLibCheck": true } }