cloudaxe-opencode/packages/ai/tsconfig.types.json

10 lines
193 B
JSON
Raw Permalink Normal View History

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