Explorar o código

Add checkJs compiler option and exclude
node_modules in jsconfig.json

dufu1991 %!s(int64=2) %!d(string=hai) anos
pai
achega
ab3875c10c
Modificáronse 1 ficheiros con 6 adicións e 0 borrados
  1. 6 0
      jsconfig.json

+ 6 - 0
jsconfig.json

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