mirror of
https://github.com/SukkaW/Surge.git
synced 2025-12-12 01:00:34 +08:00
15 lines
235 B
Plaintext
15 lines
235 B
Plaintext
{
|
|
"$schema": "https://swc.rs/schema.json",
|
|
"jsc": {
|
|
"target": "esnext",
|
|
"parser": {
|
|
"syntax": "typescript",
|
|
"dynamicImport": true
|
|
}
|
|
},
|
|
"module": {
|
|
"type": "commonjs",
|
|
"ignoreDynamic": true
|
|
}
|
|
}
|