DESKTOP-O04BTUJ\muzen 3 лет назад
Родитель
Сommit
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"]
+}