adventofcode2022/day2/tsconfig.json
2022-12-03 00:59:02 -05:00

8 lines
65 B
JSON

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