14 lines
230 B
Plaintext
14 lines
230 B
Plaintext
{
|
|
"$schema": "https://swc.rs/schema.json",
|
|
"sourceMaps": true,
|
|
"jsc": {
|
|
"parser": {
|
|
"syntax": "typescript",
|
|
"decorators": true,
|
|
"dynamicImport": true
|
|
},
|
|
"baseUrl": "./"
|
|
},
|
|
"minify": false
|
|
}
|