Files
windrose-servermanager/manager/tsconfig.json
T

11 lines
174 B
JSON

{
"compilerOptions": {
"target": "ES2020",
"module": "CommonJS",
"outDir": "dist",
"rootDir": "src",
"esModuleInterop": true,
"strict": false
}
}