atom-archive / xray

An experimental next-generation Electron-based text editor
MIT License
8.48k stars 235 forks source link

Fix TS support #139

Closed joshaber closed 5 years ago

joshaber commented 5 years ago

👋

Just a couple tweaks so that TypeScript will generate and point to the type declarations.

nathansobo commented 5 years ago

Thanks for this. So this needs to be present and distributed with the npm module? Makes sense.

joshaber commented 5 years ago

Yup, exactly. It's the interface TypeScript consumers will see.

joshaber commented 5 years ago

Superseded by #140