chore: rename parseEmit, fix tsconfig baseURL missing
This commit is contained in:
parent
ff1e54bddd
commit
2eb1131e03
|
|
@ -2,7 +2,7 @@ import type { ClassValue } from 'clsx'
|
||||||
import { clsx } from 'clsx'
|
import { clsx } from 'clsx'
|
||||||
import { twMerge } from 'tailwind-merge'
|
import { twMerge } from 'tailwind-merge'
|
||||||
|
|
||||||
export type ShortEmits<T extends Record<string, any>> = {
|
export type ParseEmits<T extends Record<string, any>> = {
|
||||||
[K in keyof T]: (...args: T[K]) => void;
|
[K in keyof T]: (...args: T[K]) => void;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -21,6 +21,7 @@
|
||||||
"noUnusedParameters": true,
|
"noUnusedParameters": true,
|
||||||
"noFallthroughCasesInSwitch": true,
|
"noFallthroughCasesInSwitch": true,
|
||||||
|
|
||||||
|
"baseUrl": "./",
|
||||||
"paths": {
|
"paths": {
|
||||||
"@/*": ["src/*"]
|
"@/*": ["src/*"]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user