Skip to content

Commit

Permalink
fix(tsc): remove typeRoots which were used incorrectly
Browse files Browse the repository at this point in the history
typeRoots are used only for global namespaces. See microsoft/TypeScript#13581
  • Loading branch information
Hotell committed Mar 26, 2018
1 parent c88422b commit 3df6ad9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tsconfig.json
Expand Up @@ -9,10 +9,6 @@
"experimentalDecorators": true,
"target": "es5",
"skipLibCheck": true,
"typeRoots": [
"types",
"node_modules/@types",
],
"baseUrl": ".",
"paths": {},
"lib": [
Expand Down
Empty file removed types/@storybook/index.d.ts
Empty file.

0 comments on commit 3df6ad9

Please sign in to comment.