playwright-e2e-docker/tsconfig.json
Lilith fbc8e5772e 🔧 migrate to @lilith namespace, remove gitlab-ci.yml
🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-31 01:35:26 -08:00

15 lines
242 B
JSON

{
"extends": "@lilith/configs/typescript/esm.json",
"compilerOptions": {
"lib": ["ES2022", "DOM"],
"outDir": "dist",
"rootDir": "src"
},
"include": [
"src/**/*"
],
"exclude": [
"node_modules",
"dist"
]
}