mirror of
https://github.com/microsoft/vscode.git
synced 2026-02-24 03:35:38 +00:00
19 lines
314 B
JSON
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"
|
|
]
|
|
}
|