Files
payloadcms/packages/plugin-form-builder/.swcrc
2023-10-26 23:13:52 -04:00

17 lines
279 B
Plaintext

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