mirror of
https://github.com/electron-vite/electron-vite-vue
synced 2025-01-19 11:56:36 +08:00
12 lines
181 B
JSON
12 lines
181 B
JSON
{
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"module": "ESNext",
|
|
"moduleResolution": "Node"
|
|
},
|
|
"include": [
|
|
"vite.config.ts",
|
|
"vite.config.electron.ts"
|
|
]
|
|
}
|