harb/kraiken-lib/tsconfig.json
root 41700e72da chore: Add dependencies and configs for Podman setup
- Updated kraiken-lib tsconfig and yarn.lock
- Added package.json with playwright-mcp dependency
- Updated uni-v3-lib submodule

🤖 Generated with Claude Code

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-24 12:12:54 +00:00

16 lines
248 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"target": "es2020",
"declaration": true,
"outDir": "./dist",
"skipLibCheck": true,
"types": []
},
"include": [
"src/**/*"
],
"exclude": [
"src/tests/**/*"
]
}