Question: Alias/resolver mappings with '*' supported? · Issue #300 · vitejs/vite

Is there a way to use alias configuration similar to the paths of tsconfig.json or do I need to add it for each alias? This possible? { alias: { '@scope/*': '/packages/*/src' } } Current approach: ...