{ "extends": "../../tsconfig.base.json", "include": ["src", "index.d.ts"], "compilerOptions": { "allowJs": true, "declarationDir": "./dist", "module": "ES2020", "outDir": "./dist", "target": "ES2020", "types": ["./client"] } }