mirror of
https://github.com/dscalzi/HeliosLauncher.git
synced 2024-12-22 11:42:14 -08:00
c9147d86a8
Also added test for the mojang processor. TBD: Progress System for Validations. TBD: Processor for Distribution.json.
8 lines
147 B
JSON
8 lines
147 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"esModuleInterop": true,
|
|
"resolveJsonModule": true
|
|
},
|
|
"extends": "./tsconfig.json"
|
|
} |