|
|
|
@ -5,10 +5,19 @@ |
|
|
|
|
"types": ["node"] |
|
|
|
|
}, |
|
|
|
|
"files": [ |
|
|
|
|
|
|
|
|
|
"../../node_modules/@nrwl/react/typings/cssmodule.d.ts", |
|
|
|
|
"../../node_modules/@nrwl/react/typings/image.d.ts" |
|
|
|
|
], |
|
|
|
|
"exclude": ["**/*.spec.ts", "**/*.spec.tsx"], |
|
|
|
|
"exclude": [ |
|
|
|
|
"jest.config.ts", |
|
|
|
|
"**/*.spec.ts", |
|
|
|
|
"**/*.test.ts", |
|
|
|
|
"**/*.spec.tsx", |
|
|
|
|
"**/*.test.tsx", |
|
|
|
|
"**/*.spec.js", |
|
|
|
|
"**/*.test.js", |
|
|
|
|
"**/*.spec.jsx", |
|
|
|
|
"**/*.test.jsx" |
|
|
|
|
], |
|
|
|
|
"include": ["**/*.js", "**/*.jsx", "**/*.ts", "**/*.tsx"] |
|
|
|
|
} |
|
|
|
|