Skip to content

Commit 45e0d7b

Browse files
chore(tsconfig): add "types" option to compilerOptions for improved type definitions
1 parent aaf9557 commit 45e0d7b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"extends": "./.github/linters/tsconfig.json",
33
"compilerOptions": {
4-
"outDir": "./dist"
4+
"outDir": "./dist",
5+
"types": ["node"]
56
},
67
"exclude": ["node_modules", "./dist/**/*", "./tests/**/*"]
78
}

0 commit comments

Comments
 (0)