{ "extends": "../tsconfig.base.json", "compilerOptions": { "outDir": "./lib", "rootDir": "./src", "jsx": "react-jsx", "jsxImportSource": "jsx-htmx" }, "include": ["src/**/*"], "exclude": ["node_modules", "lib"] }