Files
vscode/src/tsconfig.tsec.json
2024-12-20 13:48:51 -08:00

19 lines
314 B
JSON

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