mirror of
https://github.com/DinheroDevelopmentGroup/modular-minecraft-proxy.git
synced 2024-11-23 07:38:18 -05:00
Dinhero21
cc9c274325
I actually wrote a package manager but then my shit got fucked and I lost motivation to do it again but now I have motivation again (thanks modern medicine)
22 lines
445 B
Text
22 lines
445 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
|
|
}
|