Releases: TypeStrong/atom-typescript
Releases · TypeStrong/atom-typescript
v7.7.2
- TSX : prefer
//
style comments. Closes #702
v7.7.1
- ErrorPanel : fix us opening multiple tabs on a single user click. See #700 Cheers @sgal 🌹
v7.7.0
- Tsconfig / TypeScript : for people using
"target" : "es6"
they should now also use "module": "es6"
in tsconfig compilerOptions
refs #643 and microsoft/TypeScript#5110
v7.6.5
- Tooltips (fix for atom-beta): fix tooltips for atom-beta. Cheers @fcoury 🌹 refs #647
v7.6.4
- Nothing to see here : Just our tsconfig file changed 🌹
v7.6.3
- tsconfig: Keep original files and exclude in tact
v7.6.2
- TypeScript: Update to latest. Refs 26c874e
v7.6.1
- Tsconfig: support
stripInternal
option. See #684
v7.6.0
- TypeScript : update to latest : db9c30a
- Docs: Some docs on tsconfig usage with exclude #683