Extend exclude list for frontend jsconfig
| @@ -8,7 +8,11 @@ | |||
| 8 | "allowSyntheticDefaultImports": true | 8 | "allowSyntheticDefaultImports": true |
| 9 | }, | 9 | }, |
| 10 | "exclude": [ | 10 | "exclude": [ |
| 11 | "node_modules" | 11 | "**/node_modules/**", |
| 12 | "**/dist/**", | ||
| 13 | "**/.git/**", | ||
| 14 | "lib/**", | ||
| 15 | "**/*.min.js" | ||
| 12 | ], | 16 | ], |
| 13 | "typeAcquisition": { | 17 | "typeAcquisition": { |
| 14 | "include": [ | 18 | "include": [ |