mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-02 17:53:30 +00:00
10 lines
250 B
JSON
10 lines
250 B
JSON
{
|
|
"extends": "../../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"emitDecoratorMetadata": true,
|
|
"moduleResolution": "bundler"
|
|
},
|
|
"exclude": ["../**/*.spec.ts", "../**/test.ts", "../**/*.module.ts" ],
|
|
"include": ["../src/**/*", "*.ts"]
|
|
}
|