Skip to content

Commit

Permalink
refactor: added node types
Browse files Browse the repository at this point in the history
  • Loading branch information
Haew committed Apr 20, 2020
1 parent 47b322e commit 27d6eb1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -38,6 +38,7 @@
"@types/faker": "^4.1.6",
"@types/jest": "^24.0.25",
"@types/lodash": "^4.14.150",
"@types/node": "^13.13.1",
"babel-jest": "^24.9.0",
"faker": "^4.1.0",
"jest": "^24.9.0",
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Expand Up @@ -6,7 +6,7 @@
"strict": true,
"outDir": "dist",
"moduleResolution": "node",
"lib": ["es2017", "es6", "dom"],
"types": ["node"],
"resolveJsonModule": true,
"esModuleInterop": true
},
Expand Down
5 changes: 5 additions & 0 deletions yarn.lock
Expand Up @@ -1015,6 +1015,11 @@
resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.150.tgz#649fe44684c3f1fcb6164d943c5a61977e8cf0bd"
integrity sha512-kMNLM5JBcasgYscD9x/Gvr6lTAv2NVgsKtet/hm93qMyf/D1pt+7jeEZklKJKxMVmXjxbRVQQGfqDSfipYCO6w==

"@types/node@^13.13.1":
version "13.13.1"
resolved "https://registry.yarnpkg.com/@types/node/-/node-13.13.1.tgz#1ba94c5a177a1692518bfc7b41aec0aa1a14354e"
integrity sha512-uysqysLJ+As9jqI5yqjwP3QJrhOcUwBjHUlUxPxjbplwKoILvXVsmYWEhfmAQlrPfbRZmhJB007o4L9sKqtHqQ==

"@types/stack-utils@^1.0.1":
version "1.0.1"
resolved "https://registry.yarnpkg.com/@types/stack-utils/-/stack-utils-1.0.1.tgz#0a851d3bd96498fa25c33ab7278ed3bd65f06c3e"
Expand Down

0 comments on commit 27d6eb1

Please sign in to comment.