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 cb58f1f commit d7a9fb1Copy full SHA for d7a9fb1
tests/ts5.9/package.json
@@ -0,0 +1,9 @@
1
+{
2
+ "scripts": {
3
+ "test": "tsc --version && tsc"
4
+ },
5
+ "dependencies": {
6
+ "@webgpu/types": "file:../..",
7
+ "typescript": "~5.9.0"
8
+ }
9
+}
tests/ts5.9/tsconfig.json
@@ -0,0 +1,4 @@
+ "extends": "../tsconfig.json",
+ "include": ["../index.ts"]
0 commit comments