Skip to content

Commit 80275bf

Browse files
committed
Formatting fixes
1 parent 9e9fe2f commit 80275bf

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

pnpm-workspace.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
packages:
2-
- "packages/*"
3-
- "apps/*"
2+
- 'packages/*'
3+
- 'apps/*'
44

55
catalog:
66
arktype: ^2.1.22
@@ -13,11 +13,11 @@ catalogs:
1313
jiti: ^2.6.0
1414
types:
1515
typescript: ^5.9.3
16-
"@webgpu/types": ^0.1.66
16+
'@webgpu/types': ^0.1.66
1717
test:
1818
vitest: ^3.2.4
1919
frontend:
20-
"vite-imagetools": ^9.0.0
21-
"fuse.js": ^7.1.0
20+
'vite-imagetools': ^9.0.0
21+
'fuse.js': ^7.1.0
2222
example:
23-
"wgpu-matrix": ^3.4.0
23+
'wgpu-matrix': ^3.4.0

tsconfig.base.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"moduleResolution": "bundler",
1616
"noUncheckedIndexedAccess": true,
1717
"exactOptionalPropertyTypes": true,
18-
// "erasableSyntaxOnly": true,
18+
"erasableSyntaxOnly": false,
1919
"skipLibCheck": true,
2020
"rootDir": "${configDir}/.",
2121
"types": ["@webgpu/types", "@vitest/browser/matchers"]

0 commit comments

Comments
 (0)