deafmissoula-website/server/tsconfig.json
2024-09-09 15:22:17 -06:00

11 lines
No EOL
222 B
JSON

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