bw-hspc-contest-env/sandbox/tsconfig.json

11 lines
170 B
JSON

{
"compilerOptions": {
"module": "NodeNext",
"sourceMap": true,
"outDir": "./build",
"esModuleInterop": true,
"strict": true
},
"include": ["src/**/*.ts"]
}