mirror of
https://github.com/anomalyco/opencode.git
synced 2026-09-11 15:54:39 +00:00
5 lines
122 B
JSON
5 lines
122 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": { "rootDir": ".", "noEmit": true },
|
|
"include": ["src", "test"]
|
|
}
|