diff --git a/packages/types-public/typetest/tsconfig.json b/packages/types-public/typetest/tsconfig.json index 5e3166160..0cf846e1f 100644 --- a/packages/types-public/typetest/tsconfig.json +++ b/packages/types-public/typetest/tsconfig.json @@ -1,7 +1,8 @@ { - "extends": "@tsconfig/node18/tsconfig.json", - "compilerOptions": { - "types": ["@iobroker/types"] - }, - "include": [ "**/*"] -} + "extends": "../../../tsconfig.json", + "compilerOptions": { + "types": ["@iobroker/types", "node"] + }, + "include": ["**/*"], + "exclude": [] +} \ No newline at end of file