mirror of
https://github.com/swc-project/swc.git
synced 2024-12-22 05:01:42 +03:00
e5f46a6800
swc: - Ensure that #2281 is fixed. (#2281) wasm: - Fix `baseUrl` and `paths` support. - Apply `hygiene` pass.
16 lines
290 B
Plaintext
16 lines
290 B
Plaintext
{
|
|
"minify": false,
|
|
"module": {
|
|
"type": "commonjs",
|
|
"strict": false,
|
|
"strictMode": false,
|
|
"lazy": false,
|
|
"noInterop": true
|
|
},
|
|
"jsc": {
|
|
"target": "es2015",
|
|
"parser": {
|
|
"syntax": "typescript"
|
|
}
|
|
}
|
|
} |