4x/irrigation-monitoring-platf.../jsconfig.json

10 lines
159 B
JSON
Raw Permalink Normal View History

2024-12-26 19:24:07 +08:00
{
"compilerOptions": {
"baseUrl": "./",
"paths": {
"@/*": ["src/*"]
}
},
"jsx": "preserve",
"exclude": ["node_modules", "dist"]
}