원클릭으로
Paideia
Paideia에는 paideia-lms에서 수집한 skills 4개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.
이 저장소의 skills
Fix Bun.build path alias resolution in monorepos. Use when build fails with "Could not resolve" for app/*, server/*, or workspace package path aliases while typecheck passes.
Fix "Function declarations are not allowed inside blocks in strict mode when targeting ES5" in TypeScript files. Use when linter configs or TS compiler API code fail with this error.
Consolidate shared TypeScript options in monorepo root tsconfig. Use when adding new packages, aligning compiler options, or avoiding duplication across apps/packages.
Resolve TypeScript export conflicts and isolatedModules requirements in monorepo packages. Use when package index re-exports cause TS2308 (duplicate member) or TS1205 (export type required) errors.