7 lines
151 B
JSON
7 lines
151 B
JSON
{
|
|
"extends": "@electron-toolkit/tsconfig/tsconfig.web.json",
|
|
"include": ["src/preload/*.d.ts"],
|
|
"compilerOptions": {
|
|
"composite": true
|
|
}
|
|
}
|