EvalueTonSavoir/server/tsconfig.json
2024-11-10 10:19:05 -05:00

12 lines
No EOL
249 B
JSON

{
"compilerOptions": {
"target": "ES6",
"module": "commonjs",
"outDir": "./dist",
"rootDir": "./src",
"strict": true,
"esModuleInterop": true
},
"include": ["server/**/*.ts"],
"exclude": ["node_modules"]
}