mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
15 lines
363 B
JSON
15 lines
363 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "../../dist/out-tsc",
|
|
"declaration": true,
|
|
"declarationMap": true,
|
|
"resolveJsonModule": true,
|
|
"paths": {
|
|
"@alfresco/js-api": ["../../../dist/libs/js-api"],
|
|
"@alfresco/js-api/*": ["../../../dist/libs/js-api/*"]
|
|
}
|
|
},
|
|
"include": ["src/**/*.ts", "index.ts"]
|
|
}
|