typomath/tsconfig.json
Glen Whitney 8a2ae79c90 feat: New array-style overloading
Step two didn't work so well, so this is actually step three. Avoids
  too much redundant type information.
2022-09-25 10:39:16 -04:00

13 lines
227 B
JSON

{
"compilerOptions": {
"target": "ES2022",
"moduleResolution": "node",
"rootDir": "src",
"outDir": "obj"
},
"include": [
"src/steps/three.ts",
"src/util/*.ts"
]
}