IOTConnect-Web/jsconfig.json

10 lines
118 B
JSON
Raw Normal View History

2024-05-09 01:49:52 +00:00
{
"compilerOptions": {
"paths": {
"@/*": ["./src/*"]
}
},
"exclude": ["node_modules", "dist"],
}