You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tsconfig.json doesn't apply allowSyntheticDefaultImports flag
How has this issue affected you? What are you trying to accomplish?
I wanna use allowSyntheticDefaultImports with TypeScript to properly resolve 3rd party ambient type definitions so I can do import React from 'react' instead of import * as React from 'react'