Skip to content

Commit b91dcfd

Browse files
committed
Updated typeRoots
1 parent 77c9029 commit b91dcfd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tsconfig.base.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,9 @@
1515
"exactOptionalPropertyTypes": true,
1616
"skipLibCheck": true,
1717
"typeRoots": [
18+
"./node_modules/@types",
1819
"${configDir}/node_modules/@types",
19-
"${configDir}/node_modules/@webgpu/types"
20+
"./node_modules/@webgpu/types"
2021
]
2122
},
2223
"exclude": ["${configDir}/dist", "${configDir}/node_modules"]

0 commit comments

Comments
 (0)