compiler/tsconfig.json
Florian Bouillon ec046e7346 Clean up of Compiler files
Signed-off-by: Florian BOUILLON <florian.bouillon@delta-wings.net>
2021-04-28 14:24:09 +02:00

15 lines
245 B
JSON

{
"ts-node": {
"transpileOnly": true
},
"compilerOptions": {
"baseUrl": "./",
"target": "es5",
"module": "commonjs",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true
}
}