mirror of
https://github.com/swc-project/swc.git
synced 2024-12-24 14:16:12 +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
|
optimizeHygiene?: boolean
|
||||||
},
|
},
|
||||||
|
|
||||||
|
baseUrl?: string
|
||||||
|
|
||||||
paths?: {
|
paths?: {
|
||||||
[from: string]: [string]
|
[from: string]: [string]
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user