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",
|
"vitest-fetch-mock": "0.2.2",
|
||||||
"vue-eslint-parser": "9.3.1",
|
"vue-eslint-parser": "9.3.1",
|
||||||
"vue-tsc": "1.8.8"
|
"vue-tsc": "1.8.8"
|
||||||
}
|
},
|
||||||
|
"type": "module"
|
||||||
}
|
}
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
"sourceMap": false,
|
"sourceMap": false,
|
||||||
"target": "ES2022",
|
"target": "ES2022",
|
||||||
"module": "esnext",
|
"module": "esnext",
|
||||||
"moduleResolution": "node16",
|
"moduleResolution": "Bundler",
|
||||||
"removeComments": false,
|
"removeComments": false,
|
||||||
"noLib": false,
|
"noLib": false,
|
||||||
"strict": true,
|
"strict": true,
|
||||||
|
@ -31,7 +31,6 @@
|
||||||
"@types"
|
"@types"
|
||||||
],
|
],
|
||||||
"types": [
|
"types": [
|
||||||
"vite/client",
|
|
||||||
"reactivity-transform/macros-global"
|
"reactivity-transform/macros-global"
|
||||||
],
|
],
|
||||||
"lib": [
|
"lib": [
|
||||||
|
|
Loading…
Reference in a new issue