swc/tests/integration/redux/.swcrc
2021-06-24 17:01:21 +09:00

12 lines
156 B
Plaintext

{
"test":".*.(js|ts)$",
"jsc": {
"parser": {
"syntax": "typescript"
}
},
"module": {
"type": "commonjs"
}
}