-
-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathtsconfig.json
More file actions
22 lines (22 loc) · 1012 Bytes
/
tsconfig.json
File metadata and controls
22 lines (22 loc) · 1012 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"extends": "./tools/tsconfig",
"compilerOptions": {
"paths": {
"@nativescript-community/ui-collectionview": ["src/collectionview"],
"@nativescript-community/ui-collectionview/*": ["src/collectionview/*"],
"@nativescript-community/ui-collectionview-swipemenu": ["src/swipemenu"],
"@nativescript-community/ui-collectionview-swipemenu/*": ["src/swipemenu/*"],
"@nativescript-community/ui-collectionview-waterfall": ["src/waterfall"],
"@nativescript-community/ui-collectionview-waterfall/*": ["src/waterfall/*"]
}
},
"references": [
{ "path": "./packages/collectionview/tsconfig.vue3.json" },
{ "path": "./packages/swipemenu/tsconfig.vue3.json" },
{ "path": "./packages/collectionview" },
{ "path": "./packages/swipemenu" },
{ "path": "./packages/waterfall" },
{ "path": "./packages/alignedflowlayout" },
{ "path": "./tools/tsconfig.vue3.json" }
]
}