Skip to content

Commit 2e9bfb2

Browse files
authored
fix(tsconfig): empty types
1 parent 06d5bfb commit 2e9bfb2

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

tsconfig.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,17 +33,14 @@
3333
"target": "ESNext",
3434
"rootDir": "./src",
3535
"outDir": "./dist",
36-
"types": [
37-
"@types/node"
38-
],
36+
"types": [],
3937
"plugins": [
4038
{
4139
"name": "typescript-eslint-language-service"
4240
}
4341
]
4442
},
4543
"include": [
46-
"bigint-env.d.ts",
4744
"src/**/*.ts"
4845
],
4946
"exclude": [

0 commit comments

Comments
 (0)