Skip to content

Commit daff4ee

Browse files
committed
Fix tsconfig
1 parent faea9ec commit daff4ee

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
@@ -9,6 +9,7 @@
99
"strictNullChecks": true,
1010
"checkJs": true,
1111
"skipLibCheck": true,
12-
"allowImportingTsExtensions": true
12+
"allowImportingTsExtensions": true,
13+
"types": ["node"]
1314
}
1415
}

0 commit comments

Comments
 (0)