mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-18 04:31:10 +00:00
chore(video-generation-core): add package boundary tsconfig
This commit is contained in:
@@ -3,5 +3,8 @@
|
||||
"version": "2026.4.6",
|
||||
"private": true,
|
||||
"description": "OpenClaw video generation runtime package",
|
||||
"type": "module"
|
||||
"type": "module",
|
||||
"devDependencies": {
|
||||
"@openclaw/plugin-sdk": "workspace:*"
|
||||
}
|
||||
}
|
||||
|
||||
8
extensions/video-generation-core/tsconfig.json
Normal file
8
extensions/video-generation-core/tsconfig.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"extends": "../tsconfig.package-boundary.base.json",
|
||||
"compilerOptions": {
|
||||
"rootDir": "."
|
||||
},
|
||||
"include": ["./*.ts", "./src/**/*.ts"],
|
||||
"exclude": ["./**/*.test.ts", "./dist/**", "./node_modules/**"]
|
||||
}
|
||||
Reference in New Issue
Block a user