@fdm-monster/cli
Version:
FDM Monster CLI aids in the process of installing, updating and maintaining your FDM Monster server across windows, mac and linux.
34 lines (33 loc) • 606 B
Plain Text
{
"sourceMaps": true,
"inlineSourcesContent": false,
"jsc": {
"parser": {
"syntax": "typescript",
"tsx": false,
"decorators": true,
"dynamicImport": true
},
"transform": {
"legacyDecorator": true,
"decoratorMetadata": true
},
"minify": {
"compress": false,
"mangle": false
},
"target": "es2022",
"baseUrl": "./src",
"paths": {
"@/*": ["./*"]
}
},
"module": {
"type": "commonjs",
// These are defaults.
"strict": true,
"strictMode": true,
"lazy": false,
"noInterop": false
}
}