fix(node/swc): Add baseUrl to JscConfig (#2968)

This commit is contained in:
Sukka 2021-12-04 18:19:07 +08:00 committed by GitHub
parent ce601382d5
commit 1f6d8302c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -494,6 +494,8 @@ export interface JscConfig {
optimizeHygiene?: boolean
},
baseUrl?: string
paths?: {
[from: string]: [string]
}