Skip to content

Commit

Permalink
add @types
Browse files Browse the repository at this point in the history
  • Loading branch information
saihaj committed May 15, 2021
1 parent bc18f0c commit bbf7ac3
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 59 deletions.
97 changes: 39 additions & 58 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@
"@babel/plugin-transform-typescript": "7.13.0",
"@babel/preset-env": "7.14.1",
"@babel/register": "7.13.16",
"@types/chai": "4.2.18",
"@types/mocha": "8.2.2",
"@types/node": "15.3.0",
"@typescript-eslint/eslint-plugin": "4.22.1",
"@typescript-eslint/parser": "4.22.1",
"chai": "4.3.4",
Expand Down
1 change: 0 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
"noImplicitThis": true,
"strictNullChecks": true,
"strictFunctionTypes": true,
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true
}
Expand Down

0 comments on commit bbf7ac3

Please sign in to comment.