We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56cb8ba commit 32e4462Copy full SHA for 32e4462
src/ng-new/shared/_files/tsconfig.spec.json
@@ -1,5 +1,5 @@
1
{
2
- "extends": "../tsconfig.json",
+ "extends": "./tsconfig.json",
3
"compilerOptions": {
4
"outDir": "../out-tsc/spec",
5
"module": "commonjs",
@@ -9,8 +9,8 @@
9
]
10
},
11
"files": [
12
- "test.ts",
13
- "polyfills.ts"
+ "<%= sourcedir %>/test.ts",
+ "<%= sourcedir %>/polyfills.ts"
14
],
15
"include": [
16
"**/*.spec.ts",
0 commit comments