|
|
|
|
|
by deviantfero
1841 days ago
|
|
This could probably help you, it's my emacs setup for typescript, it works like a charm: https://gist.github.com/deviantfero/45b9354b433f44450de51c82... make sure you add `:ensure t` if you don't have it automatically set to true. * web-mode for general html/css/typescript/javascript editing * tide + company for autocompletion * flycheck for eslint support * prettier for auto format on save if configuration is present lsp is good for many other languages, but for javascript/typescript it's just not there yet |
|