vscode/src/tsconfig.tsec.json
2021-01-08 12:10:57 +01:00

17 lines
224 B
JSON

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