17 lines
224 B
JSON
17 lines
224 B
JSON
{
|
|||
"extends": "./tsconfig.json",
|
|||
"compilerOptions": {
|
|||
"noEmit": true,
|
|||
"plugins": [
|
|||
{
|
|||
"name": "tsec",
|
|||
"exemptionConfig": "./tsec.exemptions.json"
|
|||
}
|
|||
]
|
|||
},
|
|||
"exclude": [
|
|||
"*/test/*",
|
|||
"**/*.test.ts"
|
|||
]
|
|||
}
|