Skip to content

Commit

Permalink
#41 Install other typescript version
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrii Kirmas committed Mar 12, 2021
1 parent cfeb23a commit 464a511
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 6 deletions.
18 changes: 15 additions & 3 deletions package-lock.json

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

5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@
"dist"
],
"peerDependencies": {
"typescript": ">=4.2",
"@types/react": "*"
},
"devDependencies": {
Expand All @@ -81,7 +82,9 @@
"np": "^7.3.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"ts-4.0": "npm:typescript@4.0.7",
"ts-4.1": "npm:typescript@4.1.5",
"ts-jest": "^26.5.0",
"typescript": "^4.2.2"
"typescript": "^4.2.3"
}
}
2 changes: 1 addition & 1 deletion src/bem.types.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import type {BemQuery, Mods} from "./bem.types"
import { PartDeep } from "./ts-swiss.types"
import type { PartDeep } from "./ts-swiss.types"

describe("BemQuery", () => {
it("block", () => {
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"noFallthroughCasesInSwitch": true,
"noImplicitAny": true,
"noImplicitThis": true,
"noUncheckedIndexedAccess": false,
// "noUncheckedIndexedAccess": false,

"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
Expand Down

0 comments on commit 464a511

Please sign in to comment.