openclaw-multi-session-plugins/tsconfig.json
2026-05-05 11:08:01 +08:00

13 lines
262 B
JSON

{
"compilerOptions": {
"target": "ES2022",
"module": "NodeNext",
"moduleResolution": "NodeNext",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"types": ["node", "vitest"]
},
"include": ["*.ts", "src/**/*.ts"]
}