mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 12:11:56 +00:00
feat: setup publishing of share and marketplace packages (#1874)
This commit is contained in:
committed by
Aiden McClelland
parent
50e3b7cd5a
commit
6e1c2fd7fd
19
frontend/tsconfig.lib.json
Normal file
19
frontend/tsconfig.lib.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user