adventofcode2022/day10/tsconfig.json
2022-12-11 14:57:06 -05:00

8 lines
65 B
JSON

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