openclaw/extensions/feishu/tsconfig.json
2026-01-29 23:42:22 +08:00

15 lines
312 B
JSON

{
"compilerOptions": {
"target": "ES2022",
"module": "ESNext",
"moduleResolution": "bundler",
"esModuleInterop": true,
"strict": true,
"skipLibCheck": true,
"outDir": "dist",
"declaration": true
},
"include": ["*.ts", "src/**/*.ts"],
"exclude": ["node_modules", "dist"]
}