Notice
Recent Posts
Recent Comments
Link
| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 1 | 2 | 3 | 4 | 5 | 6 | |
| 7 | 8 | 9 | 10 | 11 | 12 | 13 |
| 14 | 15 | 16 | 17 | 18 | 19 | 20 |
| 21 | 22 | 23 | 24 | 25 | 26 | 27 |
| 28 | 29 | 30 |
Tags
- Java
- SharedArrayBuffer
- cross-origin isolated
- vscode
- FileChannel
- vim
- Python
- Docker Compose
- 이미지
- curl
- io
- json schema
- tauri
- Ollama
- PowerShell
- ndjson
- docker
- Python Install Manager
- cli
- uv pin
- yaml
- uv init
- secure context
- Typescript
- UV
- podman
- Vite
- Webpack
- json
- RandomAccessFile
Archives
- Today
- Total
목록library (1)
워로디스
Typescript 라이브러리 프로젝트 구성
프로젝트 구성 절차mkdir test-libcd test-libnpm init -ynpm pkg set main=dist/index.jsnpm pkg set types=dist/index.d.tsnpm pkg set exports=./dist/index.jsnpm pkg set type=modulenpm pkg set scripts.build=tsc 배포에 dist 만 포함npm pkg set files[0]=distnpm install -D typescriptnpx tsc --init --rootDir ./src --outDir ./distmkdir srcNew-Item ./src/index.tsindex.ts 예시다시 내보내기 방식export * from "./math.js"; export * fr..
개발/TypeScript
2026. 3. 22. 20:20
