Skip to content

Commit

Permalink
fix: ensure external @types aren't picked up in test
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 aorinevo committed Mar 29, 2020
1 parent cead5e5 commit 01ab830
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion types/tsconfig.json
Expand Up @@ -9,8 +9,9 @@
"noEmit": true,

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

0 comments on commit 01ab830

Please sign in to comment.