fix: specify actual tsconfig

As per npm install warning recommendation. `ngcc` doesn't
support paths from solution style tsconfig.
This commit is contained in:
Sergey Andrievskiy 2020-08-19 16:37:10 +03:00
parent 8ad7930be2
commit f804d5a90b

View file

@ -27,7 +27,7 @@
"docs:serve": "compodoc -p src/tsconfig.app.json -d docs -s", "docs:serve": "compodoc -p src/tsconfig.app.json -d docs -s",
"prepush": "npm run lint:ci", "prepush": "npm run lint:ci",
"release:changelog": "npm run conventional-changelog -- -p angular -i CHANGELOG.md -s", "release:changelog": "npm run conventional-changelog -- -p angular -i CHANGELOG.md -s",
"postinstall": "ngcc --properties es2015 es5 browser module main --first-only --create-ivy-entry-points" "postinstall": "ngcc --properties es2015 es5 browser module main --first-only --create-ivy-entry-points --tsconfig \"./src/tsconfig.app.json\""
}, },
"dependencies": { "dependencies": {
"@akveo/ng2-completer": "^9.0.1", "@akveo/ng2-completer": "^9.0.1",