Files
anomalyco_opencode/packages/plugin/tsconfig.build.json
T
2026-08-06 20:46:32 +00:00

9 lines
178 B
JSON

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