deafmissoula-website/server/tsconfig.json
2024-10-14 14:15:30 -05:00

13 lines
No EOL
272 B
JSON

{
"compilerOptions": {
"target": "es6",
"module": "commonjs",
"outDir": "./dist",
"rootDir": "./src",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true
},
"include": ["src/**/*"]
}