install.mjs (--install/--build-only/--uninstall/--openclaw-profile-path), tsconfig outDir dist/fabric, package.json openclaw file dep + main. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
17 lines
362 B
JSON
17 lines
362 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2022",
|
|
"module": "NodeNext",
|
|
"moduleResolution": "NodeNext",
|
|
"lib": ["ES2022"],
|
|
"strict": true,
|
|
"esModuleInterop": true,
|
|
"skipLibCheck": true,
|
|
"declaration": false,
|
|
"resolveJsonModule": true,
|
|
"outDir": "dist/fabric",
|
|
"rootDir": "."
|
|
},
|
|
"include": ["index.ts", "src/**/*.ts"]
|
|
}
|