We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f548bc commit 9b1ea9eCopy full SHA for 9b1ea9e
diagram-editor/package.json
@@ -8,6 +8,7 @@
8
"generate-types": "node scripts/generate-types.mjs",
9
"test": "jest --watch",
10
"check": "biome check --write",
11
+ "check:ts": "tsc --noEmit",
12
"dev": "rsbuild dev --open",
13
"dev:backend": "cargo run --manifest-path ../examples/diagram/calculator/Cargo.toml --no-default-features -F api -- serve --port 3001",
14
"format": "biome format --write",
0 commit comments