| { |
| "extends": "./config/typescript/tsconfig.base.json", |
| "compilerOptions": { |
| "allowUmdGlobalAccess": true, |
| "lib": [ |
| "esnext", |
| "dom", |
| "dom.iterable", |
| "webworker", |
| "webworker.iterable" |
| ], |
| "outDir": "ignored-for-vscode", |
| "plugins": [ |
| { |
| "name": "ts-lit-plugin", |
| "rules": { |
| "no-complex-attribute-binding": "off", |
| "no-missing-import": "error", |
| "no-unknown-tag-name": "error", |
| "no-unclosed-tag": "error" |
| } |
| } |
| ] |
| }, |
| "include": [ |
| "front_end/", |
| "test/", |
| "inspector_overlay" |
| ], |
| "exclude": [ |
| "front_end/**/*-legacy.ts", |
| "test/e2e_non_hosted/types.d.ts" |
| ] |
| } |