1515 "tag" : " bun tag.js" ,
1616 "bump" : " bun bump.js" ,
1717 "stories" : " ladle serve" ,
18- "build" : " tsc && bun build.ts" ,
18+ "build" : " tsgo --noEmit false --declaration --emitDeclarationOnly && bun build.ts" ,
1919 "lint" : " oxlint --ignore-path .gitignore ." ,
2020 "lint:fix" : " oxlint --fix --ignore-path .gitignore ." ,
2121 "format" : " oxfmt --write ." ,
2222 "format:check" : " oxfmt --check ." ,
2323 "cycles:server" : " CHECK_CYCLES=server bun build.ts && bunx --bun madge --warning --circular dist/index.js" ,
2424 "cycles:browser" : " CHECK_CYCLES=browser bun build.ts && bunx --bun madge --warning --circular dist/index.js dist/ui.js dist/dashboard/App.js" ,
25- "type" : " tsc --diagnostics" ,
26- "dev:check" : " tsc -w" ,
25+ "type" : " tsgo --diagnostics" ,
26+ "dev:check" : " tsgo -w" ,
2727 "dev:run" : " bun build.ts --watch -- node dev.js --dir apps/dev -- bun run --cwd apps/dev dev" ,
2828 "web:run" : " bun build.ts --watch -- node dev.js -- bun run --cwd apps/web dev" ,
2929 "trace" : " tsc --diagnostics --generateTrace private/trace && analyze-trace private/trace & speedscope private/trace/trace.json" ,
8989 "sharp" : " 0.32.6" ,
9090 "speedscope" : " ^1.14.0" ,
9191 "symlink-dir" : " ^6.0.5" ,
92- "typescript" : " 5.6.2 " ,
92+ "@ typescript/native-preview " : " 7.0.0-dev.20260325.1 " ,
9393 "typescript-plugin-css-modules" : " ^5.2.0" ,
9494 "yjs-src" : " npm:yjs@13.6.11"
9595 },
134134 "default" : " ./dist/picker/url/UrlPicker.js"
135135 }
136136 }
137- }
137+ }
0 commit comments