fix(config): migrate project config to .smartconfig.json and refresh build settings

This commit is contained in:
2026-03-24 19:02:45 +00:00
parent 1b5b023556
commit 69ab8f3436
11 changed files with 1162 additions and 1408 deletions

View File

@@ -10,7 +10,7 @@ tsview/
├── cli.ts.js # Dev CLI (uses tsrun to run cli.child.ts)
├── cli.child.ts # Dev CLI entry (imports ts/index.js)
├── package.json # bin: { "tsview": "cli.js" }
├── npmextra.json # tsbundle config for UI bundling
├── .smartconfig.json # tsbundle/tswatch config
├── tsconfig.json
├── readme.md
├── readme.hints.md