Enable incremental TypeScript builds
This commit is contained in:
parent
e1b7283a94
commit
d189df90a5
@ -25,8 +25,8 @@
|
|||||||
"lint": "eslint --ext ts,tsx .",
|
"lint": "eslint --ext ts,tsx .",
|
||||||
"lint:fix": "eslint --ext ts,tsx --fix .",
|
"lint:fix": "eslint --ext ts,tsx --fix .",
|
||||||
"ci": "npm run lint && npm run test:coverage && npm run build",
|
"ci": "npm run lint && npm run test:coverage && npm run build",
|
||||||
"ts:watch": "tsc -p . --watch --preserveWatchOutput",
|
"ts:watch": "tsc --build . --watch --preserveWatchOutput",
|
||||||
"ts": "tsc -p .",
|
"ts": "tsc --build .",
|
||||||
"clean": "rimraf lib/ tsconfig.tsbuildinfo build/*"
|
"clean": "rimraf lib/ tsconfig.tsbuildinfo build/*"
|
||||||
},
|
},
|
||||||
"babel": {
|
"babel": {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user