From 3df6ad9edb6b80bb6c124f048a8e37e2154cc71f Mon Sep 17 00:00:00 2001 From: Martin Hochel Date: Mon, 26 Mar 2018 14:29:37 +0200 Subject: [PATCH] fix(tsc): remove typeRoots which were used incorrectly typeRoots are used only for global namespaces. See https://github.com/Microsoft/TypeScript/issues/13581 --- tsconfig.json | 4 ---- types/@storybook/index.d.ts | 0 2 files changed, 4 deletions(-) delete mode 100644 types/@storybook/index.d.ts diff --git a/tsconfig.json b/tsconfig.json index 1352999..a5acec8 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -9,10 +9,6 @@ "experimentalDecorators": true, "target": "es5", "skipLibCheck": true, - "typeRoots": [ - "types", - "node_modules/@types", - ], "baseUrl": ".", "paths": {}, "lib": [ diff --git a/types/@storybook/index.d.ts b/types/@storybook/index.d.ts deleted file mode 100644 index e69de29..0000000