mirror of
https://github.com/vercel/next.js.git
synced 2026-09-20 02:25:18 +08:00
ce4923c659
* Integrate tsec into the linting process * Update tsec-exemptions.json
11 lines
146 B
JSON
11 lines
146 B
JSON
{
|
|
"compilerOptions": {
|
|
"plugins": [
|
|
{
|
|
"name": "tsec",
|
|
"exemptionConfig": "./tsec-exemptions.json"
|
|
}
|
|
]
|
|
}
|
|
}
|