| { | |
| "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" | |
| } | |
| } | |
| ] | |
| }, | |
| "include": [ | |
| "front_end/", | |
| "test/", | |
| "inspector_overlay" | |
| ], | |
| "exclude": [ | |
| "front_end/**/*-legacy.ts" | |
| ] | |
| } |