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