Files
opencode/packages/ai/tsconfig.build.json
2026-07-15 15:17:33 -04:00

9 lines
178 B
JSON

{
"$schema": "https://json.schemastore.org/tsconfig",
"extends": "./tsconfig.json",
"compilerOptions": {
"allowImportingTsExtensions": false,
"noEmit": false
}
}