Skip to content

Commit 91176f7

Browse files
author
farfromrefug
committed
chore: vue 3 fix
1 parent d1e5a17 commit 91176f7

File tree

3 files changed

+1984
-1074
lines changed

3 files changed

+1984
-1074
lines changed

tools

Submodule tools updated 1 file

tsconfig.vue3.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
{
2-
"extends": "./tsconfig.json",
2+
"extends": "./tools/tsconfig.json",
33
"compilerOptions": {
44
"composite": true,
55
"paths": {
66
"nativescript-vue": ["./node_modules/nativescript-vue3"]
77
}
88
},
99
"include": [
10+
"./src/bottomsheet/vue3",
11+
"./packages/bottomsheet/vue3",
1012
"./demo-snippets/vue3"
1113
]
1214
}

0 commit comments

Comments
 (0)