typomath/tsconfig.json
Glen Whitney 0430eb6d5c feat: Implement step one of the roadmap (#1)
Co-authored-by: Glen Whitney <glen@studioinfinity.org>
Reviewed-on: #1
2022-09-07 06:07:58 +00:00

10 lines
147 B
JSON

{
"compilerOptions": {
"target": "ES2022",
"moduleResolution": "node"
},
"files": [
"src/steps/one.ts"
]
}