修复math库tsconfig引用问题

This commit is contained in:
YHH
2025-08-11 10:38:11 +08:00
parent 5d57904d22
commit 7398b7c6d0
4 changed files with 4 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@esengine/ecs-framework-math",
"version": "1.0.3",
"version": "1.0.4",
"description": "ECS框架2D数学库 - 提供向量、矩阵、几何形状和碰撞检测功能",
"type": "module",
"main": "bin/index.js",

View File

@@ -1,5 +1,4 @@
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"outDir": "./bin",
"rootDir": "./src",