mirror of
https://github.com/electron-vite/electron-vite-vue
synced 2025-04-07 20:20:12 +08:00
Merge pull request #198 from ZiGmaX809/main
resolve `TypeScript intellisense is disabled on template` & can't use top level `await` expressions.
This commit is contained in:
commit
0406b1bf67
@ -1,8 +1,10 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"target": "ESNext",
|
||||
"composite": true,
|
||||
"module": "ESNext",
|
||||
"moduleResolution": "Node",
|
||||
"jsx": "preserve",
|
||||
"resolveJsonModule": true,
|
||||
"allowSyntheticDefaultImports": true
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user