Skip to content

Commit 24d9922

Browse files
committed
tooling: fix jest types
as explained in angular-schule/ngx-deploy-starter#7 (comment) by @dianjuar fixes #7
1 parent 61ded87 commit 24d9922

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/tsconfig.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,11 @@
2424
"moduleResolution": "node",
2525
"esModuleInterop": true
2626
},
27-
"files": ["index.ts"],
2827
"angularCompilerOptions": {
2928
"skipTemplateCodegen": true,
3029
"strictMetadataEmit": true,
3130
"enableSummariesForJit": false
32-
}
31+
},
32+
"exclude": ["node_modules", "dist"],
33+
"typeRoots": ["node_modules/@types"]
3334
}

0 commit comments

Comments
 (0)