|
|
@@ -6,7 +6,8 @@
|
|
|
"typings": "dist/index.d.ts",
|
|
|
"scripts": {
|
|
|
"build": "yarn tsc",
|
|
|
- "tsc": "tsc -p tsconfig.build.json && tsc-alias -p tsconfig.build.json",
|
|
|
+ "tsc": "tsc -p tsconfig.build.json -w && tsc-alias -p tsconfig.build.json",
|
|
|
+ "tsc:w": "tsc -w",
|
|
|
"test": "yarn test:lint && yarn test:coverage",
|
|
|
"test:unit": "cross-env NODE_ENV=test jest --passWithNoTests",
|
|
|
"test:coverage": "yarn test:unit",
|