Browse Source

Fixes compile module issue

main
Eric Amodio 7 years ago
parent
commit
6ee848afd3
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      package.json

+ 1
- 1
package.json View File

@ -2952,7 +2952,7 @@
"bundle": "npm run lint && webpack --env.production",
"bundle-rollup": "npm run lint && rollup -c",
"clean": "git clean -xdf",
"compile": "npm run lint && tsc -p ./",
"compile": "npm run lint && tsc -m commonjs -p ./",
"watch": "tsc -watch -p ./",
"lint": "tslint --project tslint.json",
"pack": "npm run clean && vsce package",

Loading…
Cancel
Save