McCarthyism/back/tsconfig.json

12 lines
204 B
JSON
Raw Permalink Normal View History

2021-04-30 01:56:25 +00:00
{
"compilerOptions": {
"target": "es5",
"module": "commonjs",
"outDir": "dist",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true
}
}