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

chore: remove 'globalTypeFiles' option

Part-of: <!87>
parent c1cf9659
No related branches found
No related tags found
1 merge request!87fix: 'fix Cannot resolve TS type' errors
Pipeline #33647 passed with stages
in 1 minute and 29 seconds
......@@ -14,10 +14,6 @@ export default defineConfig({
vue: Vue({
script: {
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.
Finish editing this message first!
Please register or to comment