blob: d1f3fec11c274704f3fcc461a5f8c3297b6dba62 [file] [log] [blame]
{
"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"
]
}