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
Interesting, in many ways an empty tsconfig.json / jsonconfig.json is sort of the lower bounds for the strictness of a project. Which makes shipping a lax mode basically a NOOP I think.
Under the hood .ts files get the 'full' type checker, and .js files get a lot of simplifications - there's not really a way to make a .ts file get those .js files' laxness via a tsconfig entry
opposite of
strictest
Could be discovered here: https://stackoverflow.com/questions/59506821/starter-tsconfig-json-that-is-the-most-laxed-loose-for-pure-javascript-projects
The text was updated successfully, but these errors were encountered: