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

@@ -0,0 +1,19 @@
/* To learn more about this file see: https://angular.io/config/tsconfig. */
{
"extends": "./tsconfig.json",
"compilerOptions": {
"baseUrl": "./",
"outDir": "../../out-tsc/lib",
"declaration": true,
"declarationMap": false,
"inlineSources": true,
"types": [],
"paths": {
"@start9labs/marketplace": ["dist/marketplace"],
"@start9labs/shared": ["dist/shared"]
}
},
"angularCompilerOptions": {
"compilationMode": "partial"
}
}