adventofcode2023/day5/tsconfig.json

11 lines
169 B
JSON
Raw Permalink Normal View History

2023-12-05 19:22:52 +01:00
{
"compileOnSave": true,
"compilerOptions": {
"lib": [
"es2020"
],
"target": "es2020",
"outFile": "build/compiled.js",
"strict": true
}
}