mirror of
https://github.com/openclaw/clawhub.git
synced 2026-08-14 00:47:57 +00:00
16 lines
372 B
JSON
16 lines
372 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2022",
|
|
"module": "ES2022",
|
|
"moduleResolution": "Bundler",
|
|
"outDir": "dist",
|
|
"rootDir": "..",
|
|
"strict": true,
|
|
"declaration": true,
|
|
"sourceMap": true,
|
|
"skipLibCheck": true
|
|
},
|
|
"include": ["src/**/*.ts", "../clawhub/src/**/*.ts"],
|
|
"exclude": ["src/**/*.test.ts", "../clawhub/src/**/*.test.ts"]
|
|
}
|