Explorar el Código

添加include配置以包含src目录下的所有文件,优化jsconfig.json设置。

wuyi hace 1 mes
padre
commit
5295ca9d57
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      jsconfig.json

+ 1 - 0
jsconfig.json

@@ -4,5 +4,6 @@
       "@/*": ["./src/*"]
     }
   },
+  "include": ["src/**/*"],
   "exclude": ["node_modules", "dist"]
 }