mirror of
https://github.com/anomalyco/opencode.git
synced 2026-07-23 10:45:33 -04:00
17c1e9b083
Co-authored-by: Aiden Cline <rekram1-node@users.noreply.github.com>
10 lines
193 B
JSON
10 lines
193 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/tsconfig",
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"noEmit": true,
|
|
"rootDir": "."
|
|
},
|
|
"include": ["test/**/*.types.ts"]
|
|
}
|