Skip to content

Commit

Permalink
fix(apidom): add 'typeRoots' to tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
frantuma committed Sep 7, 2021
1 parent 18dcbdf commit 80c3cf2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apidom/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
// Disallow features that require cross-file information for emit.
"isolatedModules": true,
// Import non-ES modules as default imports.
"esModuleInterop": true
"esModuleInterop": true,
"typeRoots": ["./node_modules/@types"]
},
"exclude": [
"node_modules"
Expand Down

0 comments on commit 80c3cf2

Please sign in to comment.