chrome-devtools-frontend
Version:
Chrome DevTools UI
34 lines (33 loc) • 668 B
JSON
{
"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"
]
}