summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-11-18 12:52:20 +0300
committerAndrew Dolgov <[email protected]>2021-11-18 12:52:20 +0300
commit2c269aa82eaaa0960049aff16380a05a73ef1908 (patch)
treee4c684205afc8637c0c12a69bea988856e2b6117
parent848ba09439d97e4d571ca1a35b6a68327354c260 (diff)
add jsconfig.json w/ jquery type imports
-rw-r--r--jsconfig.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/jsconfig.json b/jsconfig.json
new file mode 100644
index 0000000..dfa32cc
--- /dev/null
+++ b/jsconfig.json
@@ -0,0 +1,8 @@
+{
+ "typeAcquisition": {
+ "include": [
+ "jquery"
+ ]
+ }
+
+}