opencode/nix/scripts/tsconfig.json
2026-04-02 12:13:13 +10:00

8 lines
186 B
JSON

{
"$schema": "https://json.schemastore.org/tsconfig",
"extends": "@tsconfig/bun/tsconfig.json",
"compilerOptions": {
"types": ["node", "bun"]
},
"include": ["./**/*.ts"]
}