{ "extends": "./tsconfig.json", "compilerOptions": { "declaration": true, "rootDir": "./src", "outDir": "./cweb_dist/" }, "exclude": ["**/__tests__", "**/__mocks__", "vitest.config.ts", "tsconfig.dev.json", "*.tests.ts"] }