mirror of
https://github.com/DinheroDevelopmentGroup/modular-minecraft-proxy.git
synced 2024-11-23 15:48:23 -05:00
26 lines
No EOL
460 B
Text
26 lines
No EOL
460 B
Text
{
|
|
"$schema": "https://json.schemastore.org/swcrc",
|
|
"jsc": {
|
|
"parser": {
|
|
"syntax": "typescript",
|
|
"tsx": false,
|
|
"decorators": true,
|
|
"dynamicImport": false
|
|
},
|
|
"transform": {
|
|
"useDefineForClassFields": false
|
|
},
|
|
"externalHelpers": true,
|
|
"target": "esnext",
|
|
"loose": true
|
|
},
|
|
"exclude": [
|
|
"\\.js$",
|
|
"\\.d\\.ts$",
|
|
"node_modules"
|
|
],
|
|
"module": {
|
|
"type": "es6"
|
|
},
|
|
"minify": false
|
|
} |