Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
microsoft
GitHub Repository: microsoft/vscode
Path: blob/main/src/tsconfig.tsec.json
3285 views
1
{
2
"extends": "./tsconfig.json",
3
"compilerOptions": {
4
"noEmit": true,
5
"skipLibCheck": true,
6
"plugins": [
7
{
8
"name": "tsec",
9
"exemptionConfig": "./tsec.exemptions.json"
10
}
11
]
12
},
13
"exclude": [
14
"./vs/workbench/contrib/webview/browser/pre/service-worker.js",
15
"*/test/*",
16
"**/*.test.ts"
17
]
18
}
19
20