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 | 31 |
Tags
- podman
- Format
- RandomAccessFile
- html canvas
- React
- .dockerignore
- tauri
- Docker Compose
- curl
- dockerfile
- Rust
- Thinking Mode
- getting started
- FileChannel
- glm-ocr
- Webpack
- Ollama
- io
- vim
- qwen3-coder-next
- PowerShell
- docker
- Typescript
- 시작하기
- cli
- Java
- podman compose
- 절대경로
- vscode
- Vite
Archives
- Today
- Total
목록정리/Typescript (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
