We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e7efa3 commit c351dfeCopy full SHA for c351dfe
package.json
@@ -8,7 +8,7 @@
8
"compile": "tsc",
9
"build": "npm run lint && npm run clean && npm run compile:cjs && npm run compile:amd",
10
"compile:cjs": "tsc -m commonjs",
11
- "watch": "npx tsc -m commonjs --watch",
+ "watch": "npx tsc -m commonjs --watch --preserveWatchOutput",
12
"compile:amd": "tsc -t es5 -m amd -d false --outFile ./dist/main.js",
13
"lint": "eslint ./src/*.ts ./src/**/*.ts",
14
"---------------": "",
0 commit comments