Files
anomalyco_opencode/packages/plugin/tsconfig.build.json
T
2026-08-06 18:22:58 +00:00

10 lines
203 B
JSON

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