mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
14 lines
300 B
JSON
14 lines
300 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ESNext",
|
|
"module": "ESNext",
|
|
"moduleResolution": "bundler",
|
|
"skipLibCheck": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"esModuleInterop": true,
|
|
"allowJs": true,
|
|
"noEmit": true,
|
|
"strict": true,
|
|
"isolatedModules": true
|
|
}
|
|
}
|