void/src/tsconfig.tsec.json
Andrew Pareles 3b901ad60f init
2025-02-28 18:01:53 -08:00

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