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

11 lines
168 B
JSON
Raw Normal View History

2023-05-07 19:00:55 -04:00
{
"compilerOptions": {
2023-05-08 13:58:47 -04:00
"module": "NodeNext",
2023-05-07 19:00:55 -04:00
"sourceMap": true,
"outDir": "./dist",
2023-05-08 13:58:47 -04:00
"esModuleInterop": true,
"strict": true
2023-05-07 19:00:55 -04:00
},
"include": ["./src/**/*"]
}