mirror of
https://github.com/khairul169/code-share.git
synced 2025-04-29 00:59:37 +07:00
24 lines
545 B
Plaintext
24 lines
545 B
Plaintext
{
|
|
"$schema": "https://json.schemastore.org/swcrc",
|
|
"jsc": {
|
|
"parser": {
|
|
"syntax": "ecmascript",
|
|
"jsx": false,
|
|
"dynamicImport": false,
|
|
"privateMethod": false,
|
|
"functionBind": false,
|
|
"exportDefaultFrom": false,
|
|
"exportNamespaceFrom": false,
|
|
"decorators": false,
|
|
"decoratorsBeforeExport": false,
|
|
"topLevelAwait": false,
|
|
"importMeta": false
|
|
},
|
|
"target": "es2020",
|
|
"loose": false,
|
|
"externalHelpers": false,
|
|
"keepClassNames": false
|
|
},
|
|
"minify": false
|
|
}
|