SkirdaElectronLauncher/tsconfig.test.json
Daniel Scalzi c9147d86a8
Added Index Processor for Mojang Indices.
Also added test for the mojang processor.
TBD: Progress System for Validations.
TBD: Processor for Distribution.json.
2020-04-18 04:59:35 -04:00

8 lines
147 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"esModuleInterop": true,
"resolveJsonModule": true
},
"extends": "./tsconfig.json"
}