mirror of
https://github.com/dscalzi/HeliosLauncher.git
synced 2024-12-22 11:42:14 -08:00
7 lines
116 B
JSON
7 lines
116 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"module": "commonjs",
|
||
|
"esModuleInterop": true
|
||
|
},
|
||
|
"extends": "./tsconfig.json"
|
||
|
}
|