swc/tests/fixture/issue-2050/input/.swcrc
강동윤 9eafd0c6c4
fix(es/loader): Fix support for jsc.paths. (#2227)
swc_ecma_loader:
 - `TsConfigResolver`: Use `baseUrl`. (#2050)

swc:
 - Change type of `JscConfig.base_url` to `PathBuf`.

testing:
 - Improve `NormalizedOutput::compare_to_file`.
2021-09-10 12:29:26 +00:00

18 lines
277 B
Plaintext

{
"jsc": {
"parser": {
"syntax": "typescript"
},
"target": "es2020",
"baseUrl": ".",
"paths": {
"~/*": [
"./*"
]
}
},
"module": {
"type": "commonjs"
}
}