Skip to content

Commit

Permalink
Include ES6 typings when compiling TypeScript declaration file
Browse files Browse the repository at this point in the history
  • Loading branch information
tetsuo authored and Avaq committed May 10, 2018
1 parent 146b33b commit 613291d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"test:coverage": "npm run clean && nyc --include src mocha --require @std/esm --ui bdd --reporter dot test/**.test.js || true",
"coverage:upload": "nyc report --reporter=text-lcov > coverage.lcov && codecov",
"coverage:report": "nyc report --reporter=html",
"test:types": "tsc index.d.ts"
"test:types": "tsc --lib es6 index.d.ts"
},
"author": "Aldwin Vlasblom <aldwin.vlasblom@gmail.com> (https://github.com/Avaq)",
"homepage": "https://github.com/fluture-js/Fluture",
Expand Down

0 comments on commit 613291d

Please sign in to comment.