Skip to content

Commit 782a952

Browse files
committed
Add types to tsconfig
1 parent 46a4566 commit 782a952

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"compilerOptions": {
44
"outDir": "lib",
55
"rootDir": "src",
6+
"types": ["node"]
67
},
78
"include": ["src/**/*"]
89
}

0 commit comments

Comments
 (0)