Skip to content

Commit 5cd0b92

Browse files
committed
build: 移除 tsconfig.json 中的 types 引用
移除了 tsconfig.json 中的 "types" 配置项,以解决可能导致构建失败的问题。这个更改不会影响项目的功能,但可能需要确保在其他地方正确引入所需的类型定义。
1 parent 2c60239 commit 5cd0b92

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tsconfig.json

-3
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@
88
"declaration": true,
99
"experimentalDecorators": true,
1010
"emitDeclarationOnly": true,
11-
"types": [
12-
"@webgpu/types"
13-
],
1411
"lib": [
1512
"ESNext",
1613
"DOM",

0 commit comments

Comments
 (0)