From b999be97ab8fbc9a9d61f391fb2a4a7dd30ee355 Mon Sep 17 00:00:00 2001 From: augushong Date: Tue, 2 Nov 2021 15:42:30 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9Ejsconfig,=E5=8F=AF=E4=BB=A5?= =?UTF-8?q?=E5=86=8Dvscode=20=E4=B8=AD=E6=8F=90=E7=A4=BAjquery?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jsconfig.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 jsconfig.json diff --git a/jsconfig.json b/jsconfig.json new file mode 100644 index 0000000..49602d2 --- /dev/null +++ b/jsconfig.json @@ -0,0 +1,7 @@ +{ + "typeAcquisition": { + "include": [ + "jquery" + ] + } +} \ No newline at end of file