mcp-gitlab-ci/tsconfig.json
Lilith 2af8f039dc 🔧 update package config
🤖 Generated with [Claude Code](https://claude.com/claude-code)

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

14 lines
216 B
JSON

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