adventofcode2022/day9/tsconfig.json
2022-12-10 20:49:20 -05:00

8 lines
65 B
JSON

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