Files
HRM-System/vendor/tightenco/ziggy/tsconfig.json
2026-04-13 08:19:53 +08:00

9 lines
174 B
JSON

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