mirror of
https://github.com/swc-project/swc.git
synced 2024-12-20 04:01:39 +03:00
1af1840d01
swc_bundler: - Skip least_common_ancestor for roots. - Correct planning for circular imports mixed with normal imports. - Correct merging of circular imports mixed with normal imports.
10 lines
120 B
Plaintext
10 lines
120 B
Plaintext
{
|
|
"jsc": {
|
|
"target": "es2020",
|
|
"parser": {
|
|
"syntax": "typescript",
|
|
"decorators": true
|
|
}
|
|
}
|
|
}
|