{ "extends": "./tsconfig.json", "compilerOptions": { "skipLibCheck": true }, "include": ["src/**/*"], "exclude": ["node_modules", "dist", "**/*.test.ts", "src/ui-server.ts", "src/persistence.ts", "src/exporters.ts", "src/examples/ui-example.ts"] }