fix(core): remove ts-transform-paths and use relative paths
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<script lang="ts" setup>
|
||||
import type { SelectionRect } from '~/types'
|
||||
import type { SelectionRect } from '../../types'
|
||||
|
||||
defineProps<{ userSelectionRect: SelectionRect }>()
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user