mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-31 17:38:28 +00:00
* dev tools extension project * code editor integration * latest editor, offline setup * override extension config (session only) * schema support * wire external plugins with experimental flag * update package scripts * sidebar extensions scaffold * propagate extension tabs to info drawer * separate tab components for info drawer * extensibility for info drawer * support tab icons
36 lines
693 B
JSON
36 lines
693 B
JSON
{
|
|
"compileOnSave": false,
|
|
"compilerOptions": {
|
|
"outDir": "./dist/out-tsc",
|
|
"sourceMap": true,
|
|
"declaration": false,
|
|
"moduleResolution": "node",
|
|
"emitDecoratorMetadata": true,
|
|
"experimentalDecorators": true,
|
|
"noUnusedLocals": true,
|
|
"target": "es5",
|
|
"typeRoots": [
|
|
"node_modules/@types"
|
|
],
|
|
"lib": [
|
|
"es2017",
|
|
"dom"
|
|
],
|
|
"module": "es2015",
|
|
"baseUrl": "./",
|
|
"paths": {
|
|
"aca-dev-tools": [
|
|
"dist/aca-dev-tools"
|
|
],
|
|
"aca-dev-tools/*": [
|
|
"dist/aca-dev-tools/*"
|
|
]
|
|
}
|
|
},
|
|
"exclude": [
|
|
"node_modules"
|
|
],
|
|
"angularCompilerOptions": {
|
|
"preserveWhitespaces": false
|
|
}
|
|
} |