McCarthyism/back/tsconfig.json
2021-04-29 20:56:25 -05:00

12 lines
204 B
JSON

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