UNPKG

clarity-decode

Version:

An analytics library that uses web page interactions to generate aggregated insights

13 lines (12 loc) 331 B
{ "extends": "../../tsconfig.json", "compilerOptions": { "baseUrl": ".", "paths": { "@src/*": ["src/*"], "@clarity-types/*": ["types/*"] } }, "include":["src/**/*.ts", "types/**/*.d.ts", "test/**/*.ts", "rollup.config.ts"], "exclude": ["node_modules", "build"] }