Переглянути джерело

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