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>
This commit is contained in:
root 2025-09-24 12:12:38 +00:00
parent ea27fcb722
commit 41700e72da
4 changed files with 4122 additions and 7 deletions

View file

@ -3,9 +3,14 @@
"module": "commonjs",
"target": "es2020",
"declaration": true,
"outDir": "./dist"
"outDir": "./dist",
"skipLibCheck": true,
"types": []
},
"include": [
"src/**/*"
],
"exclude": [
"src/tests/**/*"
]
}
}