Define basic data structure

This commit is contained in:
2023-07-26 23:13:16 +02:00
parent 2a8115e6f4
commit ddf586990a
16 changed files with 1249 additions and 2 deletions

View File

@@ -12,6 +12,7 @@
"target": "ES2022",
"lib": ["ES2022", "DOM"],
"typeRoots": ["./node_modules/@webgpu/types"],
"sourceMap": true,
"declaration": true,