소스 검색

Fixes compile module issue

main
Eric Amodio 7 년 전
부모
커밋
6ee848afd3
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      package.json

+ 1
- 1
package.json 파일 보기

@ -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",

불러오는 중...
취소
저장