vscode/src/tsconfig.tsec.json

17 lines
224 B
JSON
Raw Normal View History

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