Files
opencode/packages/ai/tsconfig.types.json
2026-07-20 14:44:30 -05:00

10 lines
193 B
JSON

{
"$schema": "https://json.schemastore.org/tsconfig",
"extends": "./tsconfig.json",
"compilerOptions": {
"noEmit": true,
"rootDir": "."
},
"include": ["test/**/*.types.ts"]
}