We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9e9327 commit 63872d8Copy full SHA for 63872d8
nativescript-angular-package/package.json
@@ -44,9 +44,11 @@
44
"@angular/platform-browser-dynamic": "~8.2.0",
45
"@angular/router": "~8.2.0",
46
"rxjs": "^6.4.0",
47
- "tns-core-modules": "next"
+ "tns-core-modules": "next",
48
+ "typescript": "~3.5.3"
49
},
50
"scripts": {
- "pack-with-scoped-version": "npm i && tsc && cd ../build/pack-scripts && npm i && npx ts-node pack-compat.ts"
51
+ "ngc": "ngc -p tsconfig.json",
52
+ "pack-with-scoped-version": "npm i && tsc && npm run ngc && cd ../build/pack-scripts && npm i && npx ts-node pack-compat.ts"
53
}
54
0 commit comments