mirror of
https://github.com/aljazceru/opencode.git
synced 2026-02-19 06:55:19 +01:00
big format
This commit is contained in:
@@ -13,16 +13,9 @@
|
||||
"module": "ESNext",
|
||||
"moduleResolution": "bundler",
|
||||
"noEmit": true,
|
||||
"lib": [
|
||||
"es2022",
|
||||
"dom",
|
||||
"dom.iterable"
|
||||
],
|
||||
"lib": ["es2022", "dom", "dom.iterable"],
|
||||
// Type Checking & Safety
|
||||
"strict": true,
|
||||
"types": [
|
||||
"vite/client",
|
||||
"bun"
|
||||
]
|
||||
"types": ["vite/client", "bun"]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user