Skip to content

Commit

Permalink
chore(tsconfig): add node and jest types to tsconfig.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Toilal committed Dec 10, 2021
1 parent 08f57c7 commit 2950175
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tsconfig.json
Expand Up @@ -6,7 +6,11 @@
"target": "es6",
"skipLibCheck": true,
"sourceMap": false,
"strict": true
"strict": true,
"types": [
"node",
"jest"
]
},
"include": ["actions", "bin", "commands", "lib"],
"exclude": ["node_modules", "e2e"]
Expand Down

0 comments on commit 2950175

Please sign in to comment.