fedi-feed-router/backend/vendor/tightenco/ziggy/tsconfig.json

9 lines
174 B
JSON
Raw Normal View History

2025-08-03 01:34:11 +02:00
{
"compilerOptions": {
"module": "ESNext",
"moduleResolution": "Bundler",
"target": "ESNext"
},
"exclude": ["vendor", "tests/fixtures"]
}