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.
This commit is contained in:
Avi Vahl
2020-03-19 03:40:44 +02:00
committed by Hannah Wolfe
parent 2dba7eee3f
commit b440c38886
+2 -1
View File
@@ -9,8 +9,9 @@
"noEmit": true,
"baseUrl": ".",
"types": [],
"paths": {
"handlebars": ["."]
}
}
}
}