blob: 3aa9b7010bcb498aa9ab72077b7391912b8b5805 [file] [log] [blame]
{
"extends": "../../config/typescript/tsconfig.base.json",
"compilerOptions": {
"moduleResolution": "node",
"allowUnreachableCode": false,
"allowSyntheticDefaultImports": true,
"skipLibCheck": true,
"baseUrl": ".",
"allowUmdGlobalAccess": true,
"paths": {
"lit-html": ["./third_party/lit-html"],
"lit-html/*": ["./third_party/lit-html/*"]
}
},
"include": ["src/*.ts", "tests/*.ts"]
}