Pārlūkot izejas kodu

文件路径代码提示

DESKTOP-O04BTUJ\muzen 3 gadi atpakaļ
vecāks
revīzija
749c1346f2
1 mainītis faili ar 13 papildinājumiem un 0 dzēšanām
  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"]
+}