1ff719bf8b
- Full CLI: init, bootstrap, schema (put/get/list/validate), put, get, has, verify, list, refs, walk, hash, cat - --store flag, --json compact output, --format tree - biome override: noConsole off for CLI package - 64 tests passing Closes #6 小橘 <xiaoju@shazhou.work>
21 lines
491 B
JSON
21 lines
491 B
JSON
{
|
|
"compilerOptions": {
|
|
"types": ["bun-types"],
|
|
"target": "ES2022",
|
|
"module": "ESNext",
|
|
"moduleResolution": "bundler",
|
|
"strict": true,
|
|
"exactOptionalPropertyTypes": true,
|
|
"noUncheckedIndexedAccess": true,
|
|
"noImplicitOverride": true,
|
|
"verbatimModuleSyntax": true,
|
|
"skipLibCheck": true,
|
|
"composite": true,
|
|
"declaration": true,
|
|
"declarationMap": true,
|
|
"sourceMap": true,
|
|
"outDir": "dist"
|
|
},
|
|
"exclude": ["node_modules", "dist"]
|
|
}
|