Some checks failed
Upstream Sync / Sync latest commits from upstream repo (push) Has been cancelled
13 lines
265 B
JSON
13 lines
265 B
JSON
{
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"skipLibCheck": true,
|
|
"module": "ESNext",
|
|
"moduleResolution": "bundler",
|
|
"allowSyntheticDefaultImports": true,
|
|
"strict": true,
|
|
"types": ["node"]
|
|
},
|
|
"include": ["electron.vite.config.ts"]
|
|
}
|