File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 11packages :
2- - " packages/*"
3- - " apps/*"
2+ - ' packages/*'
3+ - ' apps/*'
44
55catalog :
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
Original file line number Diff line number Diff line change 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" ]
You can’t perform that action at this time.
0 commit comments