c15t
Version:
<div align="center"> <img src="https://c15t.com/logo-icon.png" alt="c15t Logo" width="64" height="64" /> <h1>c15t</h1> <p>Transform privacy consent from a compliance checkbox into a fully observable system</p>
21 lines (20 loc) • 365 B
JSON
{
"extends": "@c15t/typescript-config/react-library.json",
"compilerOptions": {
"baseUrl": ".",
"lib": ["dom", "dom.iterable", "esnext"],
"paths": {
"~/*": ["./src/*"]
}
},
"include": ["src"],
"exclude": [
"node_modules",
"**/__tests__/**",
"**/*.test.ts",
"**/*.test.tsx",
"**/*.spec.ts",
"**/*.spec.tsx",
"**/*.browser.test.ts"
]
}