Parcourir la source

Add checkJs compiler option and exclude
node_modules in jsconfig.json

dufu1991 il y a 2 ans
Parent
commit
ab3875c10c
1 fichiers modifiés avec 6 ajouts et 0 suppressions
  1. 6 0
      jsconfig.json

+ 6 - 0
jsconfig.json

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