Files
open-anylink-web/jsconfig.json

12 lines
200 B
JSON
Raw Normal View History

2024-08-19 22:51:18 +08:00
{
"compilerOptions": {
2025-05-12 21:12:12 +08:00
"jsx": "preserve",
"jsxFactory": "h",
"jsxFragmentFactory": "Fragment",
2024-08-19 22:51:18 +08:00
"paths": {
"@/*": ["./src/*"]
}
},
"exclude": ["node_modules", "dist"]
}