modded7/buildtools/tsconfig.json
Exa 7a329bc07b Add Nomifactory's build scripts
Modified slightly to use LICENSE rather than LICENSE.md
2022-02-10 12:07:06 -08:00

10 lines
178 B
JSON

{
"compilerOptions": {
"sourceMap": true,
"module": "commonjs",
"target": "es5",
"esModuleInterop": true,
"resolveJsonModule": true,
"downlevelIteration": true,
}
}