added typscript and completion, git and dumbgo

This commit is contained in:
Raymundo Vásquez Ruiz
2019-11-03 10:52:03 +01:00
parent 0e0a838cb2
commit db783b92af
238 changed files with 345224 additions and 149 deletions

View File

@@ -0,0 +1,16 @@
(define-package "tide" "20191029.1835" "Typescript Interactive Development Environment"
'((dash "2.10.0")
(s "1.11.0")
(flycheck "27")
(typescript-mode "0.1")
(cl-lib "0.5"))
:keywords
'("typescript")
:authors
'(("Anantha kumaran" . "ananthakumaran@gmail.com"))
:maintainer
'("Anantha kumaran" . "ananthakumaran@gmail.com")
:url "http://github.com/ananthakumaran/tide")
;; Local Variables:
;; no-byte-compile: t
;; End: