Skip to content

Commit cf98439

Browse files
committed
chore: angular build fix
1 parent b149872 commit cf98439

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed
Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
{
2-
"extends": "../../tsconfig.json",
2+
"extends": "../../../tsconfig.json",
33
"compilerOptions": {
44
"rootDir": "./",
5-
"baseUrl": "./",
65
"plugins": [],
76
"paths": {
8-
"@nativescript-community/ui-collectionview": ["../../plugin"]
7+
"@nativescript-community/ui-collectionview": ["packages/collectionview"]
98
}
109
},
11-
"include": ["./**/*.ts", "../references.d.ts"],
10+
"include": ["./**/*.ts", "../../../references.d.ts", "../../references.d.ts"],
1211
"exclude": ["../node_modules"]
1312
}

0 commit comments

Comments
 (0)