Quellcode durchsuchen

Add checkJs compiler option and exclude
node_modules in jsconfig.json

dufu1991 vor 2 Jahren
Ursprung
Commit
ab3875c10c
1 geänderte Dateien mit 6 neuen und 0 gelöschten Zeilen
  1. 6 0
      jsconfig.json

+ 6 - 0
jsconfig.json

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