Files
open-anylink-web/jsconfig.json
2025-05-12 21:12:12 +08:00

12 lines
200 B
JSON

{
"compilerOptions": {
"jsx": "preserve",
"jsxFactory": "h",
"jsxFragmentFactory": "Fragment",
"paths": {
"@/*": ["./src/*"]
}
},
"exclude": ["node_modules", "dist"]
}