phetsims / number-line-integers

"Number Line: Integers" is an educational simulation in HTML5, by PhET Interactive Simulations.
GNU General Public License v3.0
0 stars 4 forks source link

Add number-line-common to tsconfig/all #132

Closed zepumph closed 10 months ago

zepumph commented 10 months ago

Over in https://github.com/phetsims/perennial/issues/347#issuecomment-1877847143 we found that on release branches without number-line-operations checked out, lint fails because number line common and number line integers aren't in the tsconfig all file.

zepumph commented 10 months ago

I'm going to MR this so that we can lint fully on release branches (with only dependencies checked out). @marlitas FYI.

zepumph commented 10 months ago

fixed, patched, and deployed. See https://github.com/phetsims/perennial/issues/347 for work on trying to catch this eagerly on main/ with testing.