Skip to content

Commit

Permalink
chore: ignore external @types in tests
Browse files Browse the repository at this point in the history
- 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 b440c38
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion types/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@
"noEmit": true,

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

0 comments on commit b440c38

Please sign in to comment.