Skip to content

Commit c584bcf

Browse files
btakitakaisermann
andauthored
fix: allow typescript v4
* ignoring pnpm & webstorm files * fix: allow typescript 4: issues/246 * Update package.json Co-authored-by: Christian Kaisermann <[email protected]>
1 parent af9c958 commit c584bcf

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Diff for: .gitignore

+3-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,6 @@ dist/
55
.yarn/cache
66
.yarn/unplugged
77
.yarn/build-state.yml
8-
.pnp.*
8+
.pnp.*
9+
pnpm-lock.yaml
10+
.idea

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
"sass": "^1.26.8",
107107
"stylus": "^0.54.7",
108108
"svelte": "^3.23.0",
109-
"typescript": "^3.9.5"
109+
"typescript": "^3.9.5 || ^4.0.0"
110110
},
111111
"peerDependenciesMeta": {
112112
"@babel/core": {

0 commit comments

Comments
 (0)