Add simple tests & remove !

This commit is contained in:
Andras Schmelczer 2026-05-04 10:31:46 +01:00
parent 0735dd764f
commit be0a49a11f
17 changed files with 1409 additions and 115 deletions

View file

@ -3,7 +3,7 @@
"target": "ES2022",
"module": "ESNext",
"moduleResolution": "bundler",
"lib": ["ES2022", "DOM", "DOM.Iterable"],
"lib": ["ES2024", "DOM", "DOM.Iterable"],
"types": ["@webgpu/types", "vite/client"],
"isolatedModules": true,