feat: import openclaw channel web package

This commit is contained in:
imeepos
2026-03-19 18:21:04 +08:00
parent 8206cc077c
commit ec01c933d3
15 changed files with 1520 additions and 0 deletions

12
tsconfig.build.json Normal file
View File

@@ -0,0 +1,12 @@
{
"extends": "./tsconfig.json",
"compilerOptions": {
"noEmit": false,
"declaration": true,
"declarationMap": true,
"sourceMap": true,
"outDir": "dist",
"rootDir": "."
},
"include": ["index.ts", "src/**/*.ts"]
}