adventofcode2023/day3/tsconfig.json

9 lines
156 B
JSON
Raw Permalink Normal View History

2023-12-03 17:28:27 +01:00
{
"compileOnSave": true,
"compilerOptions": {
"lib": ["es2020"],
"target": "es2020",
"outFile": "build/compiled.js",
"strict": true
}
}