diff --git a/tsconfig.json b/tsconfig.json index 03bcdca01..c584ce5ef 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -10,10 +10,6 @@ "outDir": "./dist", "baseUrl": "./", "incremental": true, - "typeRoots": [ - "./types", - "./node_modules/@types" - ], "strict": true, "strictPropertyInitialization": false }