im_wower
·
2026-03-21
package.json
1{
2 "name": "@baa-conductor/planner",
3 "private": true,
4 "type": "module",
5 "scripts": {
6 "build": "pnpm exec tsc --noEmit -p tsconfig.json",
7 "typecheck": "pnpm exec tsc --noEmit -p tsconfig.json"
8 }
9}