Skip to content

Commit

Permalink
tooling: fix jest types
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesHoppe committed Nov 17, 2020
1 parent 61ded87 commit 24d9922
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,11 @@
"moduleResolution": "node",
"esModuleInterop": true
},
"files": ["index.ts"],
"angularCompilerOptions": {
"skipTemplateCodegen": true,
"strictMetadataEmit": true,
"enableSummariesForJit": false
}
},
"exclude": ["node_modules", "dist"],
"typeRoots": ["node_modules/@types"]
}

0 comments on commit 24d9922

Please sign in to comment.