Fix types not resolving through '@/imports' (#215)

This commit is contained in:
filtered
2024-10-31 10:49:02 +11:00
committed by GitHub
parent b74662fbad
commit 2bea13443d

View File

@@ -23,6 +23,7 @@ export default defineConfig({
insertTypesEntry: true,
include: ['src/**/*.ts'],
outDir: 'dist',
aliasesExclude: ['@'],
}),
],
resolve: {