adventofcode2022/day1/tsconfig.json

8 lines
65 B
JSON
Raw Permalink Normal View History

2022-12-03 00:13:36 -05:00
{
"compilerOptions": {
"types": [
"node"
]
}
}