Skip to content

Commit

Permalink
Use explicit entry points when running tsc
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewsantarin committed Nov 29, 2019
1 parent e70642d commit 6ffa99e
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 @@ -15,7 +15,7 @@
"xo": "xo",
"test": "npm run xo && npm run mocha && npm run tsc",
"test:cov": "nyc npm run test",
"tsc": "tsc --esModuleInterop --noEmit ./test/*.ts"
"tsc": "tsc --esModuleInterop --noEmit test/index.ts"
},
"keywords": [
"static",
Expand Down

0 comments on commit 6ffa99e

Please sign in to comment.