cline--cline
20 行
402 B
JSON
20 行
402 B
JSON
{
|
|
"extends": "../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"declaration": true,
|
|
"emitDeclarationOnly": true,
|
|
"sourceMap": false,
|
|
"declarationMap": false,
|
|
"outDir": "./dist",
|
|
"rootDir": "./src",
|
|
"incremental": false
|
|
},
|
|
"include": [
|
|
"src/index.ts",
|
|
"src/hub/index.ts",
|
|
"src/hub/daemon/entry.ts",
|
|
"src/services/telemetry/index.ts",
|
|
"src/services/feature-flags/posthog.ts"
|
|
]
|
|
}
|