mirror of
https://github.com/moltbot/moltbot.git
synced 2026-04-26 16:06:16 +00:00
Tests: fix boundary drift and shell preflight regressions
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
"ignoreDeprecations": "6.0",
|
||||
"noEmit": false,
|
||||
"noEmitOnError": false,
|
||||
"outDir": "dist/packages/plugin-sdk/src",
|
||||
"outDir": "dist",
|
||||
"rootDir": "../.."
|
||||
},
|
||||
"include": [
|
||||
@@ -32,6 +32,8 @@
|
||||
"../../src/plugin-sdk/telegram-command-config.ts",
|
||||
"../../src/plugin-sdk/testing.ts",
|
||||
"../../src/plugin-sdk/video-generation.ts",
|
||||
"../../src/video-generation/dashscope-compatible.ts",
|
||||
"../../src/video-generation/types.ts",
|
||||
"../../src/types/**/*.d.ts"
|
||||
],
|
||||
"exclude": [
|
||||
|
||||
Reference in New Issue
Block a user