cloudaxe-opencode/packages/protocol/tsconfig.build.json

12 lines
228 B
JSON
Raw Permalink Normal View History

2026-07-01 17:53:09 +00:00
{
"$schema": "https://json.schemastore.org/tsconfig",
"extends": "./tsconfig.json",
"compilerOptions": {
"rootDir": "src",
"outDir": "dist",
"noEmit": false,
"declaration": true
},
"include": ["src"]
}