"outputPath": "dist",
"index": "src/index.html",
"main": "src/main.ts",
- "tsConfig": "src/tsconfig.app.json",
+ "tsConfig": "tsconfig.app.json",
"polyfills": "src/polyfills.ts",
"assets": [
"src/assets",
"builder": "@angular-devkit/build-angular:tslint",
"options": {
"tsConfig": [
- "src/tsconfig.app.json",
+ "tsconfig.app.json",
"tsconfig.spec.json",
"cypress/tsconfig.json"
],
"lint:prettier": "prettier --list-different \"{src,cypress}/**/*.{ts,scss}\"",
"lint:html": "htmllint src/app/**/*.html && html-linter --config html-linter.config.json",
"prelint:tsc": "npm run postinstall",
- "lint:tsc": "tsc -p src/tsconfig.app.json --noEmit && tsc -p tsconfig.spec.json --noEmit && tsc -p cypress/tsconfig.json --noEmit",
+ "lint:tsc": "tsc -p tsconfig.app.json --noEmit && tsc -p tsconfig.spec.json --noEmit && tsc -p cypress/tsconfig.json --noEmit",
"lint:scss": "stylelint '**/*.scss'",
"lint": "run-p -csl --aggregate-output lint:*",
"fix:prettier": "prettier --write \"{src,cypress}/**/*.{ts,scss}\"",
"fix": "run-p -csl --aggregate-output fix:*",
"fix:audit": "npx npm-force-resolutions",
"compodoc": "compodoc",
- "doc-build": "compodoc -p src/tsconfig.app.json",
- "doc-serve": "compodoc --port 8444 -s src/tsconfig.app.json",
- "postinstall": "ngcc --properties es2015 browser module main --async false --first-only --tsconfig './src/tsconfig.app.json'"
+ "doc-build": "compodoc -p tsconfig.app.json",
+ "doc-serve": "compodoc --port 8444 -s tsconfig.app.json",
+ "postinstall": "ngcc --properties es2015 browser module main --async false --first-only --tsconfig 'tsconfig.app.json'"
},
"private": true,
"jest": {
"moduleNameMapper": {
- "\\.scss$": "identity-obj-proxy"
+ "\\.scss$": "identity-obj-proxy",
+ "~/(.*)$": "<rootDir>/src/$1"
},
"preset": "jest-preset-angular",
"setupFilesAfterEnv": [