Skip to content

Commit

Permalink
Bun build support (#7242)
Browse files Browse the repository at this point in the history
* Added bun lockfile

* Added type scoping to types tsconfig

* Removed webgpu types from tsconfig build

* Removed the bun lockfile
  • Loading branch information
kpal81xd authored Dec 29, 2024
1 parent 764ca71 commit b8f4cc5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsconfig.build.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"allowJs": true,
"declaration": true,
"emitDeclarationOnly": true,
"outDir": "build/playcanvas/src"
"outDir": "build/playcanvas/src",
"typeRoots": [ "./node_modules/@types" ]
}
}

0 comments on commit b8f4cc5

Please sign in to comment.