Files
anomalyco_opencode/packages/stats/function/tsconfig.json
T
2026-05-23 06:58:57 -05:00

18 lines
441 B
JSON

{
"$schema": "https://json.schemastore.org/tsconfig",
"compilerOptions": {
"target": "ESNext",
"module": "ESNext",
"skipLibCheck": true,
"moduleResolution": "bundler",
"strict": true,
"noEmit": true,
"types": ["node"],
"paths": {
"@opencode-ai/stats-core": ["../core/src/index.ts"],
"@opencode-ai/stats-core/*": ["../core/src/*"]
}
},
"include": ["src", "../core/src/resource.d.ts"]
}