Skip to content
This repository was archived by the owner on Aug 7, 2021. It is now read-only.

Commit 548d0a4

Browse files
committed
fix(tsconfig): typo "extend" -> "extends"
1 parent 6609370 commit 548d0a4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: tsconfig.aot.json.template

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
2-
"extend": "./tsconfig",
2+
"extends": "./tsconfig",
33
"compilerOptions": {
4-
"baseUrl": ".",
54
"paths": {
65
"ui/*": ["node_modules/tns-core-modules/ui/*"],
76
"platform": ["node_modules/tns-core-modules/platform"],

0 commit comments

Comments
 (0)