compiler/tsconfig.json
Florian Bouillon 6140e1463b
Separated translation files
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
2021-06-30 09:24:16 +02:00

16 lines
274 B
JSON

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