united-tattoo/.opencode/tool/tsconfig.json
Nicholai f372ab56de chore: add project configuration and agent files
Add BMAD, Claude, Cursor, and OpenCode configuration directories along with AGENTS.md documentation.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-27 04:31:56 -07:00

13 lines
298 B
JSON

{
"compilerOptions": {
"module": "ESNext",
"moduleResolution": "Bundler",
"resolvePackageJsonExports": true,
"resolvePackageJsonImports": true,
"target": "ES2022",
"skipLibCheck": true,
"types": ["bun-types"]
},
"include": ["*.ts"],
"exclude": ["node_modules"]
}