adventofcode2022/day4/tsconfig.json
2022-12-04 00:12:59 -05:00

8 lines
65 B
JSON

{
"compilerOptions": {
"types": [
"node"
]
}
}