Skip to content

Commit b440c38

Browse files
AviVahlErisDS
authored andcommittedMar 31, 2020
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.
1 parent 2dba7ee commit b440c38

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎types/tsconfig.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,9 @@
99
"noEmit": true,
1010

1111
"baseUrl": ".",
12+
"types": [],
1213
"paths": {
1314
"handlebars": ["."]
1415
}
1516
}
16-
}
17+
}

0 commit comments

Comments
 (0)
Please sign in to comment.