Files
Livebeat/backend/tsconfig.json
2020-10-19 19:00:17 +02:00

10 lines
215 B
JSON

{
"compilerOptions": {
"target": "ES5",
"module": "commonjs",
"outDir": "./dist",
"rootDir": "./",
"strict": true,
"forceConsistentCasingInFileNames": true
}
}