We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0dbb0d commit 3d8acd0Copy full SHA for 3d8acd0
1 file changed
tsconfig.json
@@ -7,7 +7,8 @@
7
"declaration": true,
8
"strict": true,
9
"allowJs": true,
10
- "skipLibCheck": true
+ "skipLibCheck": true,
11
+ "types": ["node"]
12
},
13
"include": ["src"],
14
"exclude": ["node_modules"]
0 commit comments