advent_of_code_2023/tsconfig.json

11 lines
196 B
JSON

{
"compilerOptions": {
"target": "ES2022",
"module": "commonjs",
"strict": true,
"esModuleInterop": true
},
"include": [
"Day**/ts/*.ts"
]
}