This commit is contained in:
Kagami Sascha Rosylight 2023-07-31 02:55:52 +02:00
parent 2b4c8c9e0f
commit dc70a34507
2 changed files with 3 additions and 3 deletions

View file

@ -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"
} }

View file

@ -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": [