Skip to content

Commit 4c37f01

Browse files
committed
Update tsconfig.json in WESL Interoperability guide
1 parent 6b125cb commit 4c37f01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/typegpu-docs/src/content/docs/integration/wesl-interoperability.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ And finally, to let the TypeScript language server know where to look for typing
6262
```json
6363
{
6464
// ...
65-
"include": [/* all other files you're including */, ".wesl/types"]
65+
"include": [/* all other files you're including */, ".wesl/**/*"]
6666
// ...
6767
}
6868
```

0 commit comments

Comments
 (0)