mirror of
https://github.com/anomalyco/opencode.git
synced 2026-09-04 00:54:56 +00:00
11 lines
283 B
JSON
11 lines
283 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"composite": false,
|
|
"emitDeclarationOnly": false,
|
|
"noEmit": true,
|
|
"rootDir": "..",
|
|
"types": ["node", "bun"]
|
|
},
|
|
"include": ["./**/*.ts", "./**/*.tsx", "../component-tests/**/*.ts", "../src/types.ts"]
|
|
}
|