rsnext/tsconfig-tsec.json
Justin Goping ce4923c659
Integrate tsec into the linting process (#33746)
* Integrate tsec into the linting process

* Update tsec-exemptions.json
2022-02-24 16:59:18 -08:00

10 lines
146 B
JSON

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