Skip to content

Commit

Permalink
Use legacy types for TS < 4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
markerikson committed Oct 16, 2021
1 parent b6aae7c commit 2f62f50
Show file tree
Hide file tree
Showing 3 changed files with 1,015 additions and 1 deletion.
7 changes: 7 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@
"jsnext:main": "es/index.js",
"module": "es/index.js",
"typings": "lib/index.d.ts",
"typesVersions": {
"<4.2.0": {
"*": [
"src/typesVersions/ts4.1/*"
]
}
},
"files": [
"lib",
"src",
Expand Down

0 comments on commit 2f62f50

Please sign in to comment.