mirror of
https://github.com/anomalyco/opencode.git
synced 2026-07-28 10:13:54 +00:00
9 lines
193 B
JSON
9 lines
193 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/tsconfig",
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"noEmit": true,
|
|
"rootDir": "."
|
|
},
|
|
"include": ["test/**/*.types.ts"]
|
|
}
|