{ "extends": "./tsconfig.json", "compilerOptions": { "rootDir": "./lib", }, "exclude": [ "**/*.test.ts", "vitest.config.ts", "sandbox/**/*", ] }