mirror of
https://github.com/ets-cfuhrman-pfe/EvalueTonSavoir.git
synced 2025-08-11 21:23:54 -04:00
12 lines
No EOL
249 B
JSON
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"]
|
|
} |