mirror of
https://github.com/anomalyco/opencode.git
synced 2026-08-24 03:23:38 +00:00
15 lines
340 B
JSON
15 lines
340 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/tsconfig",
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"composite": false,
|
|
"incremental": false,
|
|
"rootDir": "src",
|
|
"outDir": "dist",
|
|
"noEmit": false,
|
|
"declaration": true,
|
|
"emitDeclarationOnly": true,
|
|
"tsBuildInfoFile": null
|
|
},
|
|
"include": ["src"]
|
|
}
|