Chain of Draft Thinking

{ "compilerOptions": { "target": "ES2020", "module": "ES2020", "moduleResolution": "node", "esModuleInterop": true, "strict": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true, "outDir": "build", "rootDir": "src", "declaration": true, "allowJs": true, "resolveJsonModule": true }, "include": [ "src/**/*" ], "exclude": [ "node_modules" ] }