daimp-front/main/jsconfig.json

11 lines
157 B
JSON
Raw Permalink Normal View History

{
"compilerOptions": {
"baseUrl": ".",
"jsx": "preserve",
"paths": {
2025-01-25 02:57:42 +00:00
"@/*": ["src/*"]
}
},
2025-01-25 02:57:42 +00:00
"exclude": ["node_modules", "dist"]
}