mirror of
https://github.com/swc-project/swc.git
synced 2024-12-23 21:54:36 +03:00
fix(node/swc): Add baseUrl
to JscConfig
(#2968)
This commit is contained in:
parent
ce601382d5
commit
1f6d8302c1
@ -494,6 +494,8 @@ export interface JscConfig {
|
||||
optimizeHygiene?: boolean
|
||||
},
|
||||
|
||||
baseUrl?: string
|
||||
|
||||
paths?: {
|
||||
[from: string]: [string]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user