adventofcode2022/day5/tsconfig.json

8 lines
65 B
JSON
Raw Permalink Normal View History

2022-12-05 00:43:07 -05:00
{
"compilerOptions": {
"types": [
"node"
]
}
}