Skip to content

Commit ab7507d

Browse files
fix(angular): update tsconfig path to point to src instead of app (#183)
* fix: update tsconfig path to point to src instead of app * chore: bump version Co-authored-by: Igor Randjelovic <[email protected]>
1 parent a81a737 commit ab7507d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/template-hello-world-ng/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@nativescript/template-hello-world-ng",
33
"main": "main.js",
4-
"version": "7.0.9",
4+
"version": "7.0.10",
55
"author": "NativeScript Team <[email protected]>",
66
"description": "NativeScript Angular Hello World template",
77
"license": "Apache-2.0",

packages/template-hello-world-ng/tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"baseUrl": ".",
1515
"paths": {
1616
"~/*": [
17-
"app/*"
17+
"src/*"
1818
]
1919
}
2020
},
@@ -32,4 +32,4 @@
3232
"platforms",
3333
"e2e"
3434
]
35-
}
35+
}

0 commit comments

Comments
 (0)