mirror of
https://github.com/voideditor/void
synced 2026-05-24 09:58:23 +00:00
18 lines
314 B
JSON
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"
|
|
]
|
|
}
|