chrome-devtools-frontend
Version:
Chrome DevTools UI
35 lines (34 loc) • 830 B
JSON
{
"extends": "../config/typescript/tsconfig.base.json",
"compilerOptions": {
"allowUmdGlobalAccess": true,
"outDir": "ignored",
"rootDir": ".",
"target": "ES2023",
"lib": [
"ES2023",
"ES2024.Promise",
"ESNext.Iterator",
"ESNext.Collection",
"ESNext.Array",
"dom",
"dom.iterable",
"webworker",
"webworker.iterable"
],
"plugins": [
{
"name": "ts-lit-plugin",
"rules": {
"no-complex-attribute-binding": "off",
"no-noncallable-event-binding": "off",
"no-missing-import": "error",
"no-unknown-tag-name": "error",
"no-unclosed-tag": "error"
}
}
]
},
"exclude": ["devtools_compatibility.js"],
"references": [{ "path": "./tsconfig.compatibility.json" }]
}