Răsfoiți Sursa

Add checkJs compiler option and exclude
node_modules in jsconfig.json

dufu1991 2 ani în urmă
părinte
comite
ab3875c10c
1 a modificat fișierele cu 6 adăugiri și 0 ștergeri
  1. 6 0
      jsconfig.json

+ 6 - 0
jsconfig.json

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