5f562cbc5a
- tsconfig: 启用 emit (rootDir/outDir/composite), 添加 project references - shebang: bun → node - bin: src/index.ts → dist/index.js - import.meta.dir → import.meta.dirname (去掉 Bun 专有 API) - prompts 目录移到包根, src/dist 路径统一 - 修复 exactOptionalPropertyTypes 类型错误 Fixes #58
19 lines
332 B
YAML
19 lines
332 B
YAML
name: "@ocas/workspace"
|
|
runtime: bun
|
|
packages:
|
|
- name: "@ocas/core"
|
|
path: packages/core
|
|
type: lib
|
|
- name: "@ocas/fs"
|
|
path: packages/fs
|
|
type: lib
|
|
- name: "@ocas/cli"
|
|
path: packages/cli
|
|
type: cli
|
|
changeset:
|
|
fixed: true
|
|
release:
|
|
registry: https://registry.npmjs.org
|
|
access: public
|
|
gitTagPrefix: v
|