Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit d89859d

Browse files
committedFeb 23, 2019
chore: include node typings
1 parent 68b32eb commit d89859d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎postinstall.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,7 @@ const run = async () => {
254254
case mocha:
255255
tsConfigJson.compilerOptions.types.push("mocha");
256256
tsConfigJson.compilerOptions.types.push("chai");
257+
tsConfigJson.compilerOptions.types.push("node");
257258
break;
258259
default:
259260
break;

0 commit comments

Comments
 (0)
Please sign in to comment.