mirror of
https://github.com/electron-vite/electron-vite-vue
synced 2025-01-19 03:46:35 +08:00
13 lines
272 B
JSON
13 lines
272 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ESNext",
|
|
"composite": true,
|
|
"module": "ESNext",
|
|
"moduleResolution": "Node",
|
|
"jsx": "preserve",
|
|
"resolveJsonModule": true,
|
|
"allowSyntheticDefaultImports": true
|
|
},
|
|
"include": ["package.json", "electron"]
|
|
}
|