Files
vscode/src/tsconfig.tsec.json
2024-06-19 08:35:55 +02:00

18 lines
290 B
JSON

{
"extends": "./tsconfig.json",
"compilerOptions": {
"noEmit": true,
"plugins": [
{
"name": "tsec",
"exemptionConfig": "./tsec.exemptions.json"
}
]
},
"exclude": [
"./vs/workbench/contrib/webview/browser/pre/service-worker.js",
"*/test/*",
"**/*.test.ts"
]
}