adventofcode2022/day6/tsconfig.json
2022-12-07 22:32:53 -05:00

8 lines
65 B
JSON

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