blob: 0bc7bdb1ccc1be9e6a689050b621d7a77489d06f [file]
{
"compilerOptions": {
"strict": true,
"noImplicitAny": true,
"target": "esnext",
"module": "esnext",
"moduleResolution": "node",
"allowUnreachableCode": false,
"noEmitOnError": true,
"allowSyntheticDefaultImports": true,
"skipLibCheck": true,
"sourceMap": true,
"baseUrl": ".",
"paths": {
"lit-html": ["./third_party/lit-html"],
"lit-html/*": ["./third_party/lit-html/*"]
}
},
"include": [
"src/*.ts",
"tests/*.ts"
]
}