Files
archived-starters/examples/expressjs-postgres/tsconfig.json
2021-02-03 06:45:59 +00:00

14 lines
246 B
JSON

{
"compilerOptions": {
"outDir": "dist",
"incremental": true,
"target": "es6",
"module": "commonjs",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true
}
}