mirror of
https://github.com/anomalyco/opencode.git
synced 2026-08-17 12:58:34 -04:00
13 lines
343 B
JSON
13 lines
343 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/tsconfig",
|
|
"extends": "@tsconfig/bun/tsconfig.json",
|
|
"compilerOptions": {
|
|
"module": "NodeNext",
|
|
"moduleResolution": "NodeNext",
|
|
"allowImportingTsExtensions": false,
|
|
"allowJs": false,
|
|
"noUncheckedIndexedAccess": false
|
|
},
|
|
"include": ["src", "test", "bench", "research"]
|
|
}
|