lms/vendor/tightenco/ziggy/tsconfig.json
2025-12-15 12:26:23 +01:00

9 lines
174 B
JSON

{
"compilerOptions": {
"module": "ESNext",
"moduleResolution": "Bundler",
"target": "ESNext"
},
"exclude": ["vendor", "tests/fixtures"]
}