opencode/packages/plugin/tsconfig.build.json
2026-07-09 22:18:58 -04:00

8 lines
178 B
JSON

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