diff --git a/tsconfig.base.json b/tsconfig.base.json index 5a476d5f..31cb9338 100644 --- a/tsconfig.base.json +++ b/tsconfig.base.json @@ -6,9 +6,6 @@ "lib": [ "ES2021" ], - "typeRoots": [ - "./node_modules/@types" - ], "esModuleInterop": true, "outDir": "dist", "noEmit": false,