allegro / typescript-strict-plugin

Typescript plugin that allows turning on strict mode in specific files or directories.
MIT License
332 stars 29 forks source link

Add support for TS project not located at the root of the repo. #45

Closed neenjaw closed 1 year ago

neenjaw commented 1 year ago

This is the PR followup for the discussion in #44

Overview of the changes:

  1. Add support for the tsc --project flag to use non-root located tsconfig.json files to scope the plugin
  2. Some tests added, with respect to changes in the project

closes #44

neenjaw commented 1 year ago

If accepted for merge, would you also be willing to add a label hacktoberfest-accepted so that this would count toward my contributions?

neenjaw commented 1 year ago

Can do, bump it up a minor version okay?