{
    "extends": "../../tsconfig.json",
    "compilerOptions": {
        "rootDir": "./src",
        "baseUrl": "./",
        "paths": {
            "@lit-html-free*": ["../../packages*"]
        }
    },
    "include": ["src"]
}
