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