Parcourir la source

lint config fix

David Sehnal il y a 5 ans
Parent
commit
92600160ff
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      .eslintrc.json

+ 1 - 1
.eslintrc.json

@@ -5,7 +5,7 @@
     },
     "parser": "@typescript-eslint/parser",
     "parserOptions": {
-        "project": "tsconfig.json",
+        "project": ["tsconfig.json", "src/servers/tsconfig.json"],
         "sourceType": "module"
     },
     "plugins": [