adventofcode2022/day3/tsconfig.json

8 lines
65 B
JSON
Raw Normal View History

2022-12-03 20:15:03 -05:00
{
"compilerOptions": {
"types": [
"node"
]
}
}