mcp-stream-workflow/tsconfig.json
Lilith 135ac4eabb
Some checks failed
Build and Publish / build-and-publish (push) Failing after 42s
chore: 🔧 Update files
2026-01-15 08:31:42 -08:00

15 lines
232 B
JSON

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