mirror of
https://github.com/xtr-dev/payload-mailing.git
synced 2025-12-07 23:13:24 +00:00
19 lines
324 B
Plaintext
19 lines
324 B
Plaintext
{
|
|
"jsc": {
|
|
"parser": {
|
|
"syntax": "typescript",
|
|
"tsx": true,
|
|
"decorators": true,
|
|
"dynamicImport": true
|
|
},
|
|
"target": "es2022",
|
|
"keepClassNames": true,
|
|
"externalHelpers": false,
|
|
"loose": false
|
|
},
|
|
"module": {
|
|
"type": "es6"
|
|
},
|
|
"sourceMaps": false,
|
|
"minify": false
|
|
} |