Files
payload/packages/plugin-sentry/.swcrc
2023-11-07 12:41:43 -05:00

17 lines
283 B
Plaintext

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