Skip to content

Commit 8addd0d

Browse files
committed
Removed webgpu types from tsconfig build
1 parent 08898b0 commit 8addd0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.build.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
"declaration": true,
66
"emitDeclarationOnly": true,
77
"outDir": "build/playcanvas/src",
8-
"typeRoots": [ "./node_modules/@webgpu/types", "./node_modules/@types" ]
8+
"typeRoots": [ "./node_modules/@types" ]
99
}
1010
}

0 commit comments

Comments
 (0)