chore(angular): dev command for watch mode

This commit is contained in:
Sean Perkins
2022-10-19 18:00:14 -04:00
parent 28a15e5c40
commit 5a69293175
2 changed files with 2 additions and 1 deletions

View File

@@ -34,6 +34,7 @@
"build.ng": "ng-packagr -p package.json -c tsconfig.json",
"clean": "node scripts/clean.js",
"clean-generated": "node ./scripts/clean-generated.js",
"dev": "tsc -p . --watch",
"lint": "npm run eslint && npm run prettier -- --write",
"lint.fix": "npm run eslint -- --fix",
"fmt": "npm run eslint -- --fix && npm run prettier -- --write",

View File

@@ -23,7 +23,7 @@
"noImplicitReturns": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"outDir": "build/es2015",
"outDir": "dist",
"pretty": true,
"removeComments": false,
"importHelpers": true,