Skip to content
Permalink
Browse files

chore: ignore external @types in tests

- some indirect dependencies install @types packages which are not compatible with the older typescript.
- adjusted test's tsconfig to not pick these up automatically, as the actual .d.ts does not depend on these external types.
  • Loading branch information
AviVahl authored and ErisDS committed Mar 31, 2020
1 parent 2dba7ee commit b440c38886f62bd1801b3bb2da78f1f341c2b121
Showing with 2 additions and 1 deletion.
  1. +2 −1 types/tsconfig.json
@@ -9,8 +9,9 @@
"noEmit": true,

"baseUrl": ".",
"types": [],
"paths": {
"handlebars": ["."]
}
}
}
}

0 comments on commit b440c38

Please sign in to comment.
You can’t perform that action at this time.