Skip to content
Snippets Groups Projects
Commit 58f63061 authored by Kasper Seweryn's avatar Kasper Seweryn :pancakes:
Browse files

chore: remove 'globalTypeFiles' option

Part-of: <!87>
parent c1cf9659
Branches
Tags
1 merge request!87fix: 'fix Cannot resolve TS type' errors
Pipeline #33647 passed
...@@ -14,10 +14,6 @@ export default defineConfig({ ...@@ -14,10 +14,6 @@ export default defineConfig({
vue: Vue({ vue: Vue({
script: { script: {
defineModel: true, defineModel: true,
globalTypeFiles: [
fileURLToPath(new URL('./src/types/models.d.ts', import.meta.url)),
fileURLToPath(new URL('./src/types/common-props.d.ts', import.meta.url))
]
} }
}) })
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment