Files
payloadcms/packages/plugin-form-builder/.swcrc
2024-03-06 11:27:45 -05:00

17 lines
274 B
Plaintext

{
"$schema": "https://json.schemastore.org/swcrc",
"sourceMaps": "inline",
"exclude": ["/**/mocks"],
"jsc": {
"target": "esnext",
"parser": {
"syntax": "typescript",
"tsx": true,
"dts": true
}
},
"module": {
"type": "es6"
}
}