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/tsserver/tsconfig.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 elpa/tide-20220514.614/tsserver/tsconfig.json (limited to 'elpa/tide-20220514.614/tsserver/tsconfig.json') diff --git a/elpa/tide-20220514.614/tsserver/tsconfig.json b/elpa/tide-20220514.614/tsserver/tsconfig.json new file mode 100644 index 0000000..425cfc4 --- /dev/null +++ b/elpa/tide-20220514.614/tsserver/tsconfig.json @@ -0,0 +1,11 @@ +{ + "files": [ + "lib.core.d.ts", + "lib.core.es6.d.ts", + "lib.d.ts", + "lib.dom.d.ts", + "lib.es6.d.ts", + "lib.scriptHost.d.ts", + "lib.webworker.d.ts" + ] +} -- cgit v1.2.1