openclaw-multi-session-plugins/tsconfig.build.json

12 lines
237 B
JSON
Raw Permalink Normal View History

2026-05-05 11:21:54 +08:00
{
"extends": "./tsconfig.json",
"compilerOptions": {
"declaration": true,
"emitDeclarationOnly": false,
"noEmit": false,
"outDir": "dist",
"rootDir": "."
},
"include": ["index.ts", "src/exportArtifacts.ts"]
2026-05-05 11:21:54 +08:00
}