mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-04-16 22:24:49 +00:00
11 lines
175 B
JSON
11 lines
175 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"exclude": [
|
|
"../**/*.spec.js",
|
|
"../**/*.spec.ts",
|
|
"../**/*.spec.tsx",
|
|
"../**/*.spec.jsx"
|
|
],
|
|
"include": ["../**/*"]
|
|
}
|