tsconfig.tsec.json 305 B

1234567891011121314
  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": ["./vs/workbench/contrib/webview/browser/pre/service-worker.js", "*/test/*", "**/*.test.ts"]
  14. }