TypeScript 2.9 is out today! Tons of handy features like import() types, pretty output by default, JSON imports, and some slick editor support for renaming files & moving declarations to new files! blogs.msdn.microsoft.com/typescript/201…
@typescriptlang Am I the only one, who can't keep up with TS features
@typescriptlang Minor typos: - script module - import("./foo ")
@typescriptlang cont @Microsoft = (@msdev ) => return #Hardwork ; 🤘💯😉
@typescriptlang did anybody manage to get VSCode to properly import a JSON file with TS 2.9? Although I updated `"typescript.tsdk"` in workspace settings, I keep getting old behavior (import settings, module *.json not found); running on windows.
@typescriptlang How is the import renaming a TS feature and not a vscode feature? Does the tsc scan the files? Does it thus work in atom as well?