rsnext/tsconfig-tsec.json

11 lines
146 B
JSON
Raw Normal View History

{
"compilerOptions": {
"plugins": [
{
"name": "tsec",
"exemptionConfig": "./tsec-exemptions.json"
}
]
}
}