]> source.dussan.org Git - sonarqube.git/commitdiff
Disable ts-jest typescript diagnostics
authorGrégoire Aubert <gregoire.aubert@sonarsource.com>
Thu, 11 Oct 2018 14:54:31 +0000 (16:54 +0200)
committerEric Hartmann <hartmann.eric@gmail.com>
Thu, 25 Oct 2018 08:25:58 +0000 (10:25 +0200)
server/sonar-vsts/package.json
server/sonar-web/package.json

index 8642e83bb343241ca62dc568ea55ed62d21f8b9a..33ff2f53cb05aec6c5a1edab6da3fd621c0dfc4e 100644 (file)
       "<rootDir>/node_modules",
       "<rootDir>/tests"
     ],
+    "globals": {
+      "ts-jest": {
+        "diagnostics": {
+          "ignoreCodes": [151001]
+        }
+      }
+    },
     "moduleFileExtensions": [
       "ts",
       "tsx",
index d2e3ed2f4b01ab518974fafece689a7be9126fc1..697932cd351fac470f2c568b4478c139c26b7b99 100644 (file)
       "<rootDir>/node_modules",
       "<rootDir>/tests"
     ],
+    "globals": {
+      "ts-jest": {
+        "diagnostics": {
+          "ignoreCodes": [151001]
+        }
+      }
+    },
     "moduleFileExtensions": [
       "ts",
       "tsx",