andy il y a 1 an
Parent
commit
b01e73a579
1 fichiers modifiés avec 12 ajouts et 0 suppressions
  1. 12 0
      jsconfig.json

+ 12 - 0
jsconfig.json

@@ -0,0 +1,12 @@
+{
+  "compilerOptions": {
+    "target": "es5",
+    "module": "esnext",
+    "baseUrl": "./",
+    "moduleResolution": "node",
+    "paths": {
+      "@/*": ["*"]
+    },
+    "lib": ["esnext", "dom", "dom.iterable", "scripthost"]
+  }
+}