Vendor opencode source for docker build
This commit is contained in:
21
opencode/packages/ui/tsconfig.json
Normal file
21
opencode/packages/ui/tsconfig.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"$schema": "https://json.schemastore.org/tsconfig",
|
||||
"extends": "@tsconfig/node22/tsconfig.json",
|
||||
"compilerOptions": {
|
||||
// General
|
||||
"jsx": "preserve",
|
||||
"jsxImportSource": "solid-js",
|
||||
"target": "ESNext",
|
||||
// Modules
|
||||
"allowSyntheticDefaultImports": true,
|
||||
"esModuleInterop": true,
|
||||
"isolatedModules": true,
|
||||
"module": "ESNext",
|
||||
"moduleResolution": "bundler",
|
||||
"noEmit": true,
|
||||
"lib": ["es2023", "dom", "dom.iterable"],
|
||||
// Type Checking & Safety
|
||||
"strict": true,
|
||||
"types": ["vite/client", "bun"]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user