{
"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"
]
}