bitque/react-client/.swcrc

12 lines
145 B
Plaintext
Raw Normal View History

2020-03-28 21:41:16 +01:00
{
"jsc": {
"parser": {
"syntax": "typescript",
"tsx": true,
"decorators": true,
"dynamicImport": true
}
}
}