Skip to content

Commit

Permalink
fix(types): specify the types file in package.json so that Typescript…
Browse files Browse the repository at this point in the history
… doesn't try to compile it again
  • Loading branch information
RobertFischer committed Dec 11, 2020
1 parent 5789aa9 commit c6ed7ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"browser": "dist/browser/index.js",
"reactNative": "dist/react-native/index.js",
"source": "index.ts",
"types": "dist/esnext/index.d.ts",
"repository": "git@github.com:RobertFischer/fun-promises.git",
"author": "Robert Fischer",
"license": "Unlicense",
Expand Down

0 comments on commit c6ed7ff

Please sign in to comment.