diff --git a/tsconfig.json b/tsconfig.json index ef2ceb9d0d..a75e550a9f 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -8,8 +8,6 @@ "references": [ { "path": "./packages/koishi-utils" }, { "path": "./packages/koishi-core" }, - { "path": "./packages/koishi-cli" }, - { "path": "./packages/test-utils" }, { "path": "./packages/database-level" }, { "path": "./packages/database-mysql" }, { "path": "./packages/database-sqlite" }, @@ -17,6 +15,8 @@ { "path": "./packages/plugin-recorder" }, { "path": "./packages/plugin-schedule" }, { "path": "./packages/plugin-teach" }, + { "path": "./packages/test-utils" }, + { "path": "./packages/koishi-cli" }, ], "files": [], } \ No newline at end of file