mirror of
https://github.com/xtr-dev/payload-notifications.git
synced 2025-12-08 00:33:23 +00:00
25 lines
457 B
Plaintext
25 lines
457 B
Plaintext
{
|
|
"$schema": "https://json.schemastore.org/swcrc",
|
|
"sourceMaps": true,
|
|
"jsc": {
|
|
"target": "esnext",
|
|
"parser": {
|
|
"syntax": "typescript",
|
|
"tsx": true,
|
|
"dts": true
|
|
},
|
|
"transform": {
|
|
"react": {
|
|
"runtime": "automatic",
|
|
"pragmaFrag": "React.Fragment",
|
|
"throwIfNamespace": true,
|
|
"development": false,
|
|
"useBuiltins": true
|
|
}
|
|
}
|
|
},
|
|
"module": {
|
|
"type": "es6"
|
|
}
|
|
}
|