Showing
1 changed file
with
1 additions
and
6 deletions
| ... | @@ -35,12 +35,7 @@ | ... | @@ -35,12 +35,7 @@ |
| 35 | ] | 35 | ] |
| 36 | }, | 36 | }, |
| 37 | "include": [ | 37 | "include": [ |
| 38 | - "**/*.d.ts", | 38 | + "src/**/*" |
| 39 | - "src/**/*.ts", | ||
| 40 | - "src/**/*.tsx", | ||
| 41 | - "src/**/*.vue", | ||
| 42 | - "tests/**/*.ts", | ||
| 43 | - "tests/**/*.tsx", | ||
| 44 | ], | 39 | ], |
| 45 | "exclude": [ | 40 | "exclude": [ |
| 46 | "node_modules", | 41 | "node_modules", | ... | ... |
-
Please register or login to post a comment