{ "compilerOptions": { "target": "ES2022", "module": "ES2022", "moduleResolution": "bundler", "lib": ["ES2022"], "strict": true, "esModuleInterop": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true, "resolveJsonModule": true, "isolatedModules": true, "sourceMap": true, "incremental": true, "noUnusedLocals": false, "noUnusedParameters": false, "noFallthroughCasesInSwitch": true, "exactOptionalPropertyTypes": false, "noUncheckedIndexedAccess": false, "paths": { "@aircoding/contracts": ["./packages/contracts/src/index.ts"], "@aircoding/llm": ["./packages/llm/src/index.ts"], "@aircoding/runtime": ["./packages/runtime/src/index.ts"], "@aircoding/tui": ["./packages/tui/src/index.ts"], "@aircoding/cli": ["./packages/cli/src/index.ts"], "@aircoding/workers": ["./packages/workers/src/index.ts"], "@aircoding/toolchain-cpp": ["./packages/toolchain-cpp/src/index.ts"], "bun:sqlite": ["./packages/runtime/src/bun-sqlite"] } } }