Payload is the open-source, fullstack Next.js framework, giving you instant backend superpowers. Get a full TypeScript backend and admin panel instantly. Use Payload as a headless CMS or for building powerful applications.
|
|
{
|
||
|
|
"$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"
|
||
|
|
}
|
||
|
|
}
|