UNPKG

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>

16 lines (15 loc) 283 B
{ "extends": "./tsconfig.json", "compilerOptions": { "noImplicitAny": false, "strictNullChecks": false, "noEmit": true }, "include": [ "src/**/__tests__/**/*.ts", "src/**/*.test.ts", "src/**/*.spec.ts", "src/**/*.browser.test.ts" ], "exclude": ["node_modules"] }