orbisPlayground/jsconfig.json

13 lines
322 B
JSON
Raw Permalink Normal View History

{
"compilerOptions": {
"jsx": "react-jsx" ,
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"],
"vComponents/*": ["./node_modules/vComponents/dist/components/*"],
"VCalendar": ["./node_modules/vCalendar/dist/VCalendar"],
"via-ui/*": ["./node_modules/via-ui/dist/components/*"]
}
}
}