-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.unimportedrc.json
46 lines (46 loc) · 1.63 KB
/
.unimportedrc.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"entry": [
"projects/mat-datatable-lib/src/index.ts",
"projects/mat-datatable-lib/testing/src/index.ts",
"projects/mat-datatable-demo/src/main.ts"
],
"ignorePatterns": [
"**/node_modules/**",
"**/*.tests.{js,jsx,ts,tsx}",
"**/*.test.{js,jsx,ts,tsx}",
"**/*.spec.{js,jsx,ts,tsx}",
"**/tests/**",
"**/__tests__/**",
"**/*.d.ts",
"coverage/**",
"dist/**",
"**/karma.conf.js",
"**/cypress.config.ts"
],
"ignoreUnimported": [
"projects/mat-datatable-demo/src/main.ts",
"projects/mat-datatable-demo/cypress/e2e/app.e2e.cy.ts",
"projects/mat-datatable-lib/cypress/ct/mat-datatable.cy.ts",
"tools/npm-scripts/readme-updater.js",
"projects/mat-datatable-demo/cypress/support/commands.ts",
"projects/mat-datatable-demo/cypress/support/component.ts",
"projects/mat-datatable-demo/cypress/support/e2e.ts",
"projects/mat-datatable-lib/cypress/support/commands.ts",
"projects/mat-datatable-lib/cypress/support/component.ts",
"projects/mat-datatable-lib/cypress/support/e2e.ts",
"projects/mat-datatable-lib/src/lib/mat-datatable.module.ts",
"projects/mat-datatable-lib/src/directives/datatable-sort/testbed/fake-events/dispatch-events.ts",
" projects/mat-datatable-lib/src/directives/datatable-sort/testbed/fake-events/event-objects.ts",
"projects/mat-datatable-lib/src/directives/datatable-sort/wrapped-error-message.ts",
"projects/mat-datatable-lib/src/lib/mocking-data/mock-data.simple.ts"
],
"ignoreUnused": [
"@angular/compiler",
"material-icons",
"roboto-fontface",
"tslib"
],
"ignoreUnresolved": [
"mat-datatable"
]
}