Skip to content

Commit

Permalink
fix(types): remove reference to @types/webxr (#2919)
Browse files Browse the repository at this point in the history
  • Loading branch information
Methuselah96 authored Jul 12, 2023
1 parent a1fee22 commit 73965c7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
"emitDeclarationOnly": true,
"resolveJsonModule": true,
"noImplicitThis": false,
"baseUrl": "./"
"baseUrl": "./",
"types": ["jest", "node", "offscreencanvas"]
},
"include": ["packages/**/*"],
"exclude": ["node_modules", "dist"]
Expand Down

0 comments on commit 73965c7

Please sign in to comment.