My favourite feature of TypeScript 3.9 is solution-style tsconfigs
It allows control over how ambient types are shared across files. You can precisely define projects and then join them together using Project References.
Thank you @sheetalkamat!
https://devblogs.microsoft.com/typescript/announcing-typescript-3-9/#solution-style-tsconfig …https://twitter.com/typescript/status/1260331821390159872 …
Will this help in dealing with the global types of `setTimeout` when a repository contains the back-end and front-end?
-
-
You could use separate client and server tsconfigs, adjusting the "files" property accordingly to glob the appropriate fileset. Then make sure only the client tsconfig loads lib.dom.d.ts.
Thanks. Twitter will use this to make your timeline better. UndoUndo
-
Loading seems to be taking a while.
Twitter may be over capacity or experiencing a momentary hiccup. Try again or visit Twitter Status for more information.
TypeScript 3.9 is now out!