mirror of
https://github.com/farcasclaudiu/openclaw.git
synced 2026-06-28 23:02:02 +03:00
fix(ui): fix web UI after tsdown migration and typing changes
This commit is contained in:
+2
-1
@@ -16,7 +16,8 @@
|
||||
"rootDir": "src",
|
||||
"skipLibCheck": true,
|
||||
"strict": true,
|
||||
"target": "es2023"
|
||||
"target": "es2023",
|
||||
"useDefineForClassFields": false
|
||||
},
|
||||
"include": ["src/**/*", "ui/**/*"],
|
||||
"exclude": [
|
||||
|
||||
Reference in New Issue
Block a user