DESKTOP-O04BTUJ\muzen 3 роки тому
батько
коміт
749c1346f2
1 змінених файлів з 13 додано та 0 видалено
  1. 13 0
      jsconfig.json

+ 13 - 0
jsconfig.json

@@ -0,0 +1,13 @@
+{
+  "compilerOptions": {
+    "baseUrl": ".",
+    "paths": {
+      "@/*": ["src/*"]
+    },
+    "target": "ES6",
+    "module": "commonjs",
+    "allowSyntheticDefaultImports": true
+  },
+  "include": ["src/**/*"],
+  "exclude": ["node_modules"]
+}