Files
opencode/packages/drive/tsconfig.json
2026-08-12 18:01:16 -04:00

11 lines
239 B
JSON

{
"$schema": "https://json.schemastore.org/tsconfig",
"extends": "@tsconfig/bun/tsconfig.json",
"compilerOptions": {
"strict": true,
"noEmit": true,
"skipLibCheck": true
},
"include": ["src", "examples", "compile"]
}