Skip to content

Commit fa5db87

Browse files
committed
chore: build fix
1 parent 837d13a commit fa5db87

File tree

4 files changed

+4667
-6336
lines changed

4 files changed

+4667
-6336
lines changed

packages/collectionview/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"rootDir": "../../src/collectionview",
55
"outDir": "./"
66
},
7-
"include": ["../../src/collectionview/**/*", "../../references.d.ts", "../../tools/references.d.ts", "../../src/references.d.ts"],
7+
"include": ["../../src/collectionview/**/*.ts", "../../references.d.ts", "../../tools/references.d.ts", "../../src/references.d.ts"],
88
"exclude": ["../../src/collectionview/angular/**"],
99
"references": [
1010
{

tools

tsconfig.vue3.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
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/collectionview/vue3",
11+
"./src/swipemenu",
12+
"./src/swipemenu/vue3",
1013
"./demo-snippets/vue3"
1114
]
1215
}

0 commit comments

Comments
 (0)