{ "extends": "../../../tsconfig.base.json", "include": ["src"], "exclude": ["vite.config.ts", "vitest.config.ts", "test"], "compilerOptions": { "rootDir": "src", "tsBuildInfoFile": "./tsconfig.tsbuildinfo", // TODO: enable me in the future // at time of writing (April 2024) there are 6 errors in this package "strict": false }, "references": [ { "path": "../../rrweb" } ] }