Skip to content

Commit 32e4462

Browse files
committed
fix: fix extends inside tsconfig.spec.json to include its base tsconfig.json from the correct location
1 parent 56cb8ba commit 32e4462

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/ng-new/shared/_files/tsconfig.spec.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"extends": "../tsconfig.json",
2+
"extends": "./tsconfig.json",
33
"compilerOptions": {
44
"outDir": "../out-tsc/spec",
55
"module": "commonjs",
@@ -9,8 +9,8 @@
99
]
1010
},
1111
"files": [
12-
"test.ts",
13-
"polyfills.ts"
12+
"<%= sourcedir %>/test.ts",
13+
"<%= sourcedir %>/polyfills.ts"
1414
],
1515
"include": [
1616
"**/*.spec.ts",

0 commit comments

Comments
 (0)