modular-minecraft-proxy/.swcrc
Dinhero21 cc9c274325 refactor
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)
2024-08-30 17:34:35 -03:00

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
}