Skip to content

Commit

Permalink
Fix TypeScript checks
Browse files Browse the repository at this point in the history
  • Loading branch information
kitten committed Jun 1, 2020
1 parent 156d437 commit 7e6e43f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
"rollup-plugin-terser": "^6.1.0",
"rollup-plugin-typescript2": "^0.27.1",
"ts-jest": "^26.1.0",
"typescript": "^3.9.3",
"typescript": "^3.9.2",
"zen-observable": "^0.8.15"
},
"lint-staged": {
Expand Down
4 changes: 4 additions & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
"rootDir": "./src",
"baseUrl": ".",
"outDir": "dist/cjs",
"types": [
"@types/node",
"@types/jest"
],
"lib": ["dom", "esnext"],
"jsx": "react",
"declaration": false,
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -16911,7 +16911,7 @@ typescript-compiler@^1.4.1-2:
resolved "https://registry.yarnpkg.com/typescript-compiler/-/typescript-compiler-1.4.1-2.tgz#ba4f7db22d91534a1929d90009dce161eb72fd3f"
integrity sha1-uk99si2RU0oZKdkACdzhYety/T8=

typescript@^3.4, typescript@^3.9.2, typescript@^3.9.3:
typescript@^3.4, typescript@^3.9.2:
version "3.9.3"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.3.tgz#d3ac8883a97c26139e42df5e93eeece33d610b8a"
integrity sha512-D/wqnB2xzNFIcoBG9FG8cXRDjiqSTbG2wd8DMZeQyJlP1vfTkIxH4GKveWaEBYySKIg+USu+E+EDIR47SqnaMQ==
Expand Down

0 comments on commit 7e6e43f

Please sign in to comment.