Skip to content

Commit

Permalink
v0.0.39 Performance
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanjermakov committed Jun 1, 2024
1 parent a119711 commit db6b694
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vole-engine/core",
"version": "0.0.38",
"version": "0.0.39",
"description": "Tiny 2D game engine",
"repository": "https://github.com/dinomintstudio/vole",
"author": "ivanjermakov",
Expand Down
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"noFallthroughCasesInSwitch": true,
"strictNullChecks": true,
"strictFunctionTypes": true,
"useDefineForClassFields": false,
"declaration": true,
"sourceMap": true,
"outDir": "./dist",
Expand Down

0 comments on commit db6b694

Please sign in to comment.