UNPKG

chrome-devtools-frontend

Version:
20 lines (19 loc) 496 B
{ "extends": "../config/typescript/tsconfig.base.json", "compilerOptions": { "allowUmdGlobalAccess": true, "outDir": "ignored", "lib": ["esnext", "dom", "dom.iterable", "webworker", "webworker.iterable"], "plugins": [ { "name": "ts-lit-plugin", "rules": { "no-complex-attribute-binding": "off", "no-missing-import": "error", "no-unknown-tag-name": "error", "no-unclosed-tag": "error" } } ] } }