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

9 lines
178 B
JSON
Raw Permalink Normal View History

2026-07-15 19:17:33 +00:00
{
"$schema": "https://json.schemastore.org/tsconfig",
"extends": "./tsconfig.json",
"compilerOptions": {
"allowImportingTsExtensions": false,
"noEmit": false
}
}