Skip to content

Commit aae1e3d

Browse files
committed
Only report tsec diagnostics
1 parent b44c22e commit aae1e3d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

config/tsconfig.base.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,12 @@
2525
"target": "es5",
2626
"typeRoots": [
2727
"../node_modules/@types"
28+
],
29+
"plugins": [
30+
{
31+
"name": "tsec",
32+
"reportTsecDiagnosticsOnly": true
33+
}
2834
]
2935
}
3036
}

0 commit comments

Comments
 (0)