Glen Whitney
8a2ae79c90
Step two didn't work so well, so this is actually step three. Avoids too much redundant type information.
13 lines
227 B
JSON
13 lines
227 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2022",
|
|
"moduleResolution": "node",
|
|
"rootDir": "src",
|
|
"outDir": "obj"
|
|
},
|
|
"include": [
|
|
"src/steps/three.ts",
|
|
"src/util/*.ts"
|
|
]
|
|
}
|