This commit is contained in:
Raymundo Vásquez Ruiz
2019-12-01 19:55:19 +01:00
parent db783b92af
commit b62e260b24
460 changed files with 21878 additions and 4341 deletions

View File

@@ -0,0 +1,16 @@
(define-package "tide" "20191201.727" "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: