Open Issues Need Help
View All on GitHubAI Summary: The task is to extend the `tsl` linter to support project references in TypeScript projects. This involves modifying the linter's logic to correctly handle and lint code across multiple projects linked through project references in `tsconfig.json`. The implementation should seamlessly integrate with existing `tsl` features and configurations, and ideally provide a clear and informative user experience.
AI Summary: Investigate the integration of `tsl` (a TypeScript linter) with `vue-tsc` (Vue.js TypeScript compiler) to enable type-aware linting for Vue.js projects. This involves understanding how `vue-tsc` processes Vue components and how `tsl` can leverage its output or internal APIs to perform type-aware linting on Vue.js code.