Files
payloadcms/packages/plugin-form-builder/.swcrc
2024-03-10 13:53:37 -04:00

17 lines
270 B
Plaintext

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