Selaa lähdekoodia

chore: add jsconfig.json to help IntelliSense

Gerald 4 vuotta sitten
vanhempi
sitoutus
8634c36917
1 muutettua tiedostoa jossa 9 lisäystä ja 0 poistoa
  1. 9 0
      jsconfig.json

+ 9 - 0
jsconfig.json

@@ -0,0 +1,9 @@
+{
+  "compilerOptions": {
+    "baseUrl": ".",
+    "paths": {
+      "#/*": ["./src/*"]
+    }
+  },
+  "exclude": ["node_modules"]
+}