فهرست منبع

Add checkJs compiler option and exclude
node_modules in jsconfig.json

dufu1991 2 سال پیش
والد
کامیت
ab3875c10c
1فایلهای تغییر یافته به همراه6 افزوده شده و 0 حذف شده
  1. 6 0
      jsconfig.json

+ 6 - 0
jsconfig.json

@@ -0,0 +1,6 @@
+{
+	"compilerOptions": {
+		"checkJs": true
+	},
+	"exclude": ["node_modules"]
+}