mirror of
https://github.com/anomalyco/opencode.git
synced 2026-07-11 14:58:27 +00:00
12 lines
338 B
JSON
12 lines
338 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/tsconfig",
|
|
"extends": "@tsconfig/bun/tsconfig.json",
|
|
"compilerOptions": {
|
|
"lib": ["ESNext", "DOM", "DOM.Iterable"],
|
|
"module": "NodeNext",
|
|
"moduleResolution": "NodeNext",
|
|
"allowImportingTsExtensions": false,
|
|
"allowJs": false,
|
|
"noUncheckedIndexedAccess": false
|
|
}
|
|
}
|