12 lines
219 B
JSON
12 lines
219 B
JSON
{
|
|
"compilerOptions": {
|
|
"composite": true
|
|
},
|
|
"references": [
|
|
{ "path": "./tsconfig.main.json" },
|
|
{ "path": "./tsconfig.preload.json" },
|
|
{ "path": "./tsconfig.renderer.json" }
|
|
],
|
|
"include": []
|
|
}
|