adventofcode2022/day13/tsconfig.json
2022-12-17 00:54:58 -05:00

8 lines
65 B
JSON

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