diff --git a/test/tsconfig.json b/test/tsconfig.json deleted file mode 100644 index d7561f6..0000000 --- a/test/tsconfig.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - // To update the compilation target, install a different version of @tsconfig/node... and reference it here - // https://github.com/tsconfig/bases#node-12-tsconfigjson - "extends": "../tsconfig.json", - "compilerOptions": { - "typeRoots": [ - "../node_modules/@types", - "../packages" - ], - }, -} diff --git a/tsconfig.json b/tsconfig.json index 2caa5f3..5f7afd0 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -27,16 +27,6 @@ // watch=true breaks CI build steps // "watch": false, "newLine": "lf", - "typeRoots": [ - "node_modules/@types", - "packages" - ], - "types": [ - "@iobroker/types", - "@types/rimraf", - "node", - "mocha" - ] }, "include": ["**/*.ts", "**/*.d.ts"], "exclude": ["build/**", "node_modules/**"]