瀏覽代碼

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"]
+}