mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-05-12 17:04:46 +00:00
48 lines
1.1 KiB
JSON
48 lines
1.1 KiB
JSON
/*
|
||
This is a "Solution Style" tsconfig.json file, and is used by editors and TypeScript’s language server to improve development experience.
|
||
It is not intended to be used to perform a compilation.
|
||
|
||
To learn more about this file see: https://angular.io/config/solution-tsconfig.
|
||
*/
|
||
{
|
||
"files": [],
|
||
"references": [
|
||
{
|
||
"path": "./src/tsconfig.app.json"
|
||
},
|
||
{
|
||
"path": "./src/tsconfig.spec.json"
|
||
},
|
||
{
|
||
"path": "./e2e/tsconfig.e2e.json"
|
||
},
|
||
{
|
||
"path": "./projects/aca-shared/tsconfig.lib.json"
|
||
},
|
||
{
|
||
"path": "./projects/aca-shared/tsconfig.spec.json"
|
||
},
|
||
{
|
||
"path": "./projects/aca-testing-shared/tsconfig.lib.json"
|
||
},
|
||
{
|
||
"path": "./projects/adf-office-services-ext/tsconfig.lib.json"
|
||
},
|
||
{
|
||
"path": "./projects/adf-office-services-ext/tsconfig.spec.json"
|
||
},
|
||
{
|
||
"path": "./projects/aca-about/tsconfig.lib.json"
|
||
},
|
||
{
|
||
"path": "./projects/aca-about/tsconfig.spec.json"
|
||
},
|
||
{
|
||
"path": "./projects/aca-settings/tsconfig.lib.json"
|
||
},
|
||
{
|
||
"path": "./projects/aca-settings/tsconfig.spec.json"
|
||
}
|
||
]
|
||
}
|