mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
11 lines
212 B
JSON
11 lines
212 B
JSON
{
|
|
"extends": "../../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"emitDecoratorMetadata": true,
|
|
"moduleResolution": "bundler"
|
|
},
|
|
|
|
"exclude": ["../**/*.spec.ts" ],
|
|
"include": ["../**/*.ts", "*.ts"]
|
|
}
|