An extension of tsc for type-aware linting

2 Open Issues Need Help Last updated: Jul 9, 2025

Open Issues Need Help

View All on GitHub
Developer Tools TypeScript
Support project references about 2 months ago

AI 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.

Complexity: 4/5
enhancement help wanted

An extension of tsc for type-aware linting

TypeScript
Developer Tools TypeScript
Vue support about 2 months ago

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.

Complexity: 4/5
enhancement help wanted

An extension of tsc for type-aware linting

TypeScript