diff --git a/tsconfig.json b/tsconfig.json index d908ea92..867689b4 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,7 +1,8 @@ { "extends": "./.github/linters/tsconfig.json", "compilerOptions": { - "outDir": "./dist" + "outDir": "./dist", + "types": ["node"] }, "exclude": ["node_modules", "./dist/**/*", "./tests/**/*"] }