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
- io
- sys.path
- secure context
- Typescript
- cli
- json schema
- .dockerignore
- Java
- SharedArrayBuffer
- Ollama
- podman
- RandomAccessFile
- vscode
- docker
- yaml
- Thinking Mode
- tauri
- PowerShell
- ndjson
- json
- cross-origin isolated
- 이미지
- curl
- glm-ocr
- Docker Compose
- vim
- qwen3-coder-next
- Vite
- podman compose
- Webpack
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