From b07628dddf418d4f47b858e6c35fd3520fbaeed2 Mon Sep 17 00:00:00 2001 From: mattkae Date: Tue, 7 Jun 2022 08:21:30 -0400 Subject: Flycheck mode and typescript --- elpa/tide-20220514.614/tide-pkg.el | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 elpa/tide-20220514.614/tide-pkg.el (limited to 'elpa/tide-20220514.614/tide-pkg.el') diff --git a/elpa/tide-20220514.614/tide-pkg.el b/elpa/tide-20220514.614/tide-pkg.el new file mode 100644 index 0000000..ef55ace --- /dev/null +++ b/elpa/tide-20220514.614/tide-pkg.el @@ -0,0 +1,17 @@ +(define-package "tide" "20220514.614" "Typescript Interactive Development Environment" + '((emacs "25.1") + (dash "2.10.0") + (s "1.11.0") + (flycheck "27") + (typescript-mode "0.1") + (cl-lib "0.5")) + :commit "96bfc5da11a9b83b32368c38e933a405270652de" :authors + '(("Anantha kumaran" . "ananthakumaran@gmail.com")) + :maintainer + '("Anantha kumaran" . "ananthakumaran@gmail.com") + :keywords + '("typescript") + :url "http://github.com/ananthakumaran/tide") +;; Local Variables: +;; no-byte-compile: t +;; End: -- cgit v1.2.1