desmosinc / mathquill

Magic textboxes where you can type math as easily as writing!
mathquill.com
137 stars 42 forks source link

Add explicit typeRoots to prevent TS using parent node_modules/@types #248

Closed anandthakker closed 2 years ago

anandthakker commented 2 years ago

This fixes an issue wherein tsc running in mathquill was finding React and NodeJS typings in a parent directory's node_modules/@types. (See https://www.typescriptlang.org/tsconfig#typeRoots)