Bun을 통해 Build 시간 단축 도전기
NestJS 프로젝트에 Bun을 적용하여 빌드 시간 단축을 시도하였습니다. 로컬 개발 환경인 M1 PRO MAX에서 진행하였습니다. Bun 적용 옵션 1 "sourceMap": false, "skipLibCheck": false, { "compilerOptions": { "module": "commonjs", "declaration": true, "removeComments": true, "emitDecoratorMetadata": true, "experimentalDecorators": true, "allowSyntheticDefaultImports": true, "target": "es2017", "sourceMap": false, "outDir": "./dist", "baseUrl": "./", "..
더보기