typomath/tsconfig.json

10 lines
147 B
JSON
Raw Normal View History

2022-09-07 06:06:13 +00:00
{
"compilerOptions": {
"target": "ES2022",
"moduleResolution": "node"
},
"files": [
"src/steps/one.ts"
]
}