feat: setup publishing of share and marketplace packages (#1874)

This commit is contained in:
Alex Inkin
2022-10-17 19:55:34 +03:00
committed by Aiden McClelland
parent 50e3b7cd5a
commit 6e1c2fd7fd
6 changed files with 26 additions and 28 deletions

View File

@@ -4,6 +4,7 @@
"peerDependencies": {
"@angular/common": "^13.2.0",
"@angular/core": "^13.2.0",
"@ionic/angular": "^6.0.3",
"@start9labs/shared": "^0.0.1",
"fuse.js": "^6.4.6"
},

View File

@@ -1,10 +0,0 @@
/* To learn more about this file see: https://angular.io/config/tsconfig. */
{
"extends": "./tsconfig.lib.json",
"compilerOptions": {
"declarationMap": false
},
"angularCompilerOptions": {
"compilationMode": "partial"
}
}

View File

@@ -1,10 +0,0 @@
/* To learn more about this file see: https://angular.io/config/tsconfig. */
{
"extends": "./tsconfig.lib.json",
"compilerOptions": {
"declarationMap": false
},
"angularCompilerOptions": {
"compilationMode": "partial"
}
}