mirror of
https://github.com/anomalyco/opencode.git
synced 2026-08-31 16:14:32 +00:00
14 lines
392 B
JSON
14 lines
392 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ESNext",
|
|
"module": "ESNext",
|
|
"moduleResolution": "bundler",
|
|
"customConditions": ["workerd"],
|
|
"strict": true,
|
|
"noEmit": true,
|
|
"skipLibCheck": true,
|
|
"verbatimModuleSyntax": true,
|
|
"types": ["@cloudflare/workers-types/experimental", "@cloudflare/vitest-pool-workers"]
|
|
},
|
|
"include": ["src", "test", "vitest.config.ts"]
|
|
}
|