summaryrefslogtreecommitdiff
path: root/elpa/tide-20220514.614/tide-pkg.el
diff options
context:
space:
mode:
authormattkae <mattkae@protonmail.com>2022-06-07 08:21:30 -0400
committermattkae <mattkae@protonmail.com>2022-06-07 08:21:30 -0400
commitb07628dddf418d4f47b858e6c35fd3520fbaeed2 (patch)
tree376cd7b4b5daed06ac397ac23ae041e4b365ad08 /elpa/tide-20220514.614/tide-pkg.el
parentbecff06c71d277647eda4378203d03ab36e141eb (diff)
Flycheck mode and typescript
Diffstat (limited to 'elpa/tide-20220514.614/tide-pkg.el')
-rw-r--r--elpa/tide-20220514.614/tide-pkg.el17
1 files changed, 17 insertions, 0 deletions
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: