bitque/react-client/.swcrc

37 lines
808 B
Plaintext
Raw Normal View History

2020-03-29 19:56:55 +02:00
[
{
"test": ".*.tsx?$",
"jsc": {
"parser": {
"syntax": "typescript",
"tsx": true,
"decorators": true,
"dynamicImport": true
}
}
},
{
"test": ".jsx?$",
"jsc": {
"target": "es2018",
"parser": {
"syntax": "ecmascript",
"jsx": true,
"dynamicImport": true,
"numericSeparator": true,
"classPrivateProperty": true,
"privateMethod": true,
"classProperty": true,
"functionBind": true,
"exportDefaultFrom": true,
"exportNamespaceFrom": true,
"decorators": true,
"decoratorsBeforeExport": true,
"nullishCoalescing": true,
"topLevelAwait": true,
"importMeta": true,
"optionalChaining": true
}
2020-03-28 21:41:16 +01:00
}
}
2020-03-29 19:56:55 +02:00
]