- Bumps all @mosaic/* packages from alpha.1 to alpha.2 - Excludes test/spec files from CLI build output (tsconfig fix) - Triggers CI publish to Gitea npm registry with latest changes: - @mosaic/types: new AbortPayload type - @mosaic/mosaic: update-checker module - @mosaic/cli: web search, file edit, MCP mgmt, file refs, /stop
5 lines
114 B
JSON
5 lines
114 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"exclude": ["node_modules", "dist", "src/**/*.test.ts", "src/**/*.spec.ts"]
|
|
}
|