2021-11-07 17:50:41 +02:00
|
|
|
{
|
2021-11-25 12:42:48 +02:00
|
|
|
"exclude": [".*.test.js$", ".*/tests/.*", ".*/__mocks__/.*"],
|
2021-11-07 17:50:41 +02:00
|
|
|
"jsc": {
|
|
|
|
"parser": {
|
|
|
|
"syntax": "ecmascript",
|
|
|
|
"jsx": true,
|
2022-08-22 17:53:15 +02:00
|
|
|
"dynamicImport": true,
|
|
|
|
"topLevelAwait": true
|
2021-11-07 17:50:41 +02:00
|
|
|
},
|
2022-08-23 13:16:31 +02:00
|
|
|
"target": "es2020",
|
2021-11-09 14:51:20 +02:00
|
|
|
"keepClassNames": true,
|
2022-02-22 09:20:40 +02:00
|
|
|
"transform": { "react": { "runtime": "classic" } }
|
2021-11-07 17:50:41 +02:00
|
|
|
},
|
|
|
|
"module": {
|
2023-09-15 15:26:35 +02:00
|
|
|
"type": "es6"
|
2021-11-07 17:50:41 +02:00
|
|
|
}
|
|
|
|
}
|