mirror of
https://github.com/spacebarchat/server.git
synced 2024-11-13 06:02:39 +01:00
23 lines
617 B
Plaintext
23 lines
617 B
Plaintext
{
|
|
"jsc": {
|
|
"parser": {
|
|
"syntax": "ecmascript",
|
|
"jsx": false,
|
|
"dynamicImport": false,
|
|
"privateMethod": false,
|
|
"functionBind": false,
|
|
"exportDefaultFrom": false,
|
|
"exportNamespaceFrom": false,
|
|
"decorators": false,
|
|
"decoratorsBeforeExport": false,
|
|
"topLevelAwait": false,
|
|
"importMeta": false
|
|
},
|
|
"transform": null,
|
|
"target": "es2021",
|
|
"loose": false,
|
|
"externalHelpers": false,
|
|
// Requires v1.2.50 or upper and requires target to be es2016 or upper.
|
|
"keepClassNames": false
|
|
}
|
|
} |