修复math库tsconfig引用问题
This commit is contained in:
4
package-lock.json
generated
4
package-lock.json
generated
@@ -11533,7 +11533,7 @@
|
|||||||
},
|
},
|
||||||
"packages/math": {
|
"packages/math": {
|
||||||
"name": "@esengine/ecs-framework-math",
|
"name": "@esengine/ecs-framework-math",
|
||||||
"version": "1.0.3",
|
"version": "1.0.4",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@rollup/plugin-commonjs": "^28.0.3",
|
"@rollup/plugin-commonjs": "^28.0.3",
|
||||||
@@ -11552,7 +11552,7 @@
|
|||||||
},
|
},
|
||||||
"packages/network": {
|
"packages/network": {
|
||||||
"name": "@esengine/ecs-framework-network",
|
"name": "@esengine/ecs-framework-network",
|
||||||
"version": "1.0.3",
|
"version": "1.0.4",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"isomorphic-ws": "^5.0.0",
|
"isomorphic-ws": "^5.0.0",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@esengine/ecs-framework-math",
|
"name": "@esengine/ecs-framework-math",
|
||||||
"version": "1.0.3",
|
"version": "1.0.4",
|
||||||
"description": "ECS框架2D数学库 - 提供向量、矩阵、几何形状和碰撞检测功能",
|
"description": "ECS框架2D数学库 - 提供向量、矩阵、几何形状和碰撞检测功能",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "bin/index.js",
|
"main": "bin/index.js",
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
{
|
{
|
||||||
"extends": "../../tsconfig.json",
|
|
||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
"outDir": "./bin",
|
"outDir": "./bin",
|
||||||
"rootDir": "./src",
|
"rootDir": "./src",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@esengine/ecs-framework-network",
|
"name": "@esengine/ecs-framework-network",
|
||||||
"version": "1.0.3",
|
"version": "1.0.4",
|
||||||
"description": "ECS框架网络插件 - 提供TSRPC网络通信、帧同步和快照功能",
|
"description": "ECS框架网络插件 - 提供TSRPC网络通信、帧同步和快照功能",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "bin/index.js",
|
"main": "bin/index.js",
|
||||||
|
|||||||
Reference in New Issue
Block a user