mirror of
https://github.com/anomalyco/opencode.git
synced 2026-07-23 10:45:33 -04:00
12 lines
221 B
JSON
12 lines
221 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"rootDir": "..",
|
|
"noEmit": true,
|
|
"declaration": false,
|
|
"module": "preserve",
|
|
"moduleResolution": "bundler"
|
|
},
|
|
"include": ["../src", "."]
|
|
}
|