adventofcode2022/day7/tsconfig.json

8 lines
65 B
JSON
Raw Permalink Normal View History

2022-12-09 00:08:30 -05:00
{
"compilerOptions": {
"types": [
"node"
]
}
}