mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
10 lines
207 B
JSON
10 lines
207 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "./dist",
|
|
"declaration": true
|
|
},
|
|
"exclude": ["src/test.ts", "**/*.spec.ts", "**/*.test.ts", "dist"],
|
|
"include": ["**/*.ts"]
|
|
}
|