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

11 lines
170 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,
2023-08-26 13:46:59 -04:00
"outDir": "./build",
2023-05-08 13:58:47 -04:00
"esModuleInterop": true,
2024-03-12 12:16:07 -04:00
"strict": true
2023-05-07 19:00:55 -04:00
},
2024-03-11 20:36:45 -04:00
"include": ["src/**/*.ts"]
2023-05-07 19:00:55 -04:00
}