Skip to content

Commit

Permalink
use the same TS version, which is used for effector
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexandrHoroshih committed Oct 12, 2023
1 parent 01bbf43 commit 33e35c4
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"regenerator-runtime": "^0.13.11",
"rollup": "^2.79.1",
"tsd": "^0.13.1",
"typescript": "4.7.4",
"typescript": "5.2.2",
"zx": "^7.1.1"
},
"packageManager": "pnpm@7.9.5",
Expand Down
10 changes: 8 additions & 2 deletions pnpm-lock.yaml

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

1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"sourceMap": true,
"strict": true,
"strictNullChecks": true,
"skipLibCheck": true,
"suppressImplicitAnyIndexErrors": true,
"target": "es2016",
"types": ["jest", "node"]
Expand Down

0 comments on commit 33e35c4

Please sign in to comment.