Skip to content

Commit

Permalink
Only report tsec diagnostics
Browse files Browse the repository at this point in the history
  • Loading branch information
dlarocque committed Jun 4, 2024
1 parent b44c22e commit aae1e3d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions config/tsconfig.base.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@
"target": "es5",
"typeRoots": [
"../node_modules/@types"
],
"plugins": [
{
"name": "tsec",
"reportTsecDiagnosticsOnly": true
}
]
}
}

0 comments on commit aae1e3d

Please sign in to comment.