fix: make npm test and typecheck runnable / 修正 npm test 與 typecheck 可直接執行

This commit is contained in:
Alice (OpenClaw)
2026-05-14 10:49:08 +08:00
parent 25a351321e
commit 64dae38e9c
4 changed files with 25 additions and 3 deletions

View File

@@ -4,6 +4,8 @@
"module": "NodeNext",
"moduleResolution": "NodeNext",
"strict": true,
"allowImportingTsExtensions": true,
"resolveJsonModule": true,
"noEmit": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,