Files
anomalyco_opencode/packages/codemode/tsconfig.json
T
2026-08-11 21:09:46 -04:00

13 lines
320 B
JSON

{
"$schema": "https://json.schemastore.org/tsconfig",
"extends": "@tsconfig/bun/tsconfig.json",
"compilerOptions": {
"module": "NodeNext",
"moduleResolution": "NodeNext",
"allowImportingTsExtensions": false,
"allowJs": false,
"noUncheckedIndexedAccess": false,
"noUnusedLocals": true
}
}