tmp
This commit is contained in:
parent
2b4c8c9e0f
commit
dc70a34507
2 changed files with 3 additions and 3 deletions
|
@ -140,5 +140,6 @@
|
|||
"vitest-fetch-mock": "0.2.2",
|
||||
"vue-eslint-parser": "9.3.1",
|
||||
"vue-tsc": "1.8.8"
|
||||
}
|
||||
},
|
||||
"type": "module"
|
||||
}
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
"sourceMap": false,
|
||||
"target": "ES2022",
|
||||
"module": "esnext",
|
||||
"moduleResolution": "node16",
|
||||
"moduleResolution": "Bundler",
|
||||
"removeComments": false,
|
||||
"noLib": false,
|
||||
"strict": true,
|
||||
|
@ -31,7 +31,6 @@
|
|||
"@types"
|
||||
],
|
||||
"types": [
|
||||
"vite/client",
|
||||
"reactivity-transform/macros-global"
|
||||
],
|
||||
"lib": [
|
||||
|
|
Loading…
Reference in a new issue