allegro / typescript-strict-plugin

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

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

Closed neenjaw closed 2 years ago

neenjaw commented 2 years 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 2 years 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 2 years ago

Can do, bump it up a minor version okay?