pseudosubs-v1/srv/tsconfig.json

11 lines
227 B
JSON
Raw Normal View History

2024-02-29 15:32:18 +00:00
{
"compilerOptions": {
2024-02-29 15:57:18 +00:00
"target": "es2016",
"module": "commonjs",
"outDir": "./dist-be",
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true
2024-02-29 15:32:18 +00:00
}
2024-02-29 15:57:18 +00:00
}