adventofcode2022/day12/tsconfig.json
2022-12-11 23:51:59 -05:00

8 lines
65 B
JSON

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