AdventOfCode2024/tsconfig.json

11 lines
196 B
JSON
Raw Permalink Normal View History

2024-12-01 10:47:54 +00:00
{
"compilerOptions": {
"target": "ES2022",
"module": "commonjs",
"strict": true,
"esModuleInterop": true
},
"include": [
"Day**/ts/*.ts"
]
}