Browse Source

Disable ts-jest typescript diagnostics

tags/7.5
Grégoire Aubert 5 years ago
parent
commit
c48cbe97b5
2 changed files with 14 additions and 0 deletions
  1. 7
    0
      server/sonar-vsts/package.json
  2. 7
    0
      server/sonar-web/package.json

+ 7
- 0
server/sonar-vsts/package.json View File

@@ -96,6 +96,13 @@
"<rootDir>/node_modules",
"<rootDir>/tests"
],
"globals": {
"ts-jest": {
"diagnostics": {
"ignoreCodes": [151001]
}
}
},
"moduleFileExtensions": [
"ts",
"tsx",

+ 7
- 0
server/sonar-web/package.json View File

@@ -158,6 +158,13 @@
"<rootDir>/node_modules",
"<rootDir>/tests"
],
"globals": {
"ts-jest": {
"diagnostics": {
"ignoreCodes": [151001]
}
}
},
"moduleFileExtensions": [
"ts",
"tsx",

Loading…
Cancel
Save