UNPKG

get-express-starter

Version:

Get production ready express boilerplate with a single command

18 lines (17 loc) 352 B
{ "compilerOptions": { "target": "ES2021", "module": "CommonJS", "outDir": "./dist", "baseUrl": "./", "paths": { "@/*": ["src/*"] }, "strict": true, "esModuleInterop": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true }, "include": ["src/**/*.ts"], "exclude": ["node_modules"] }