accessibility-insights-web/.swcrc

13 строки
191 B
Plaintext

{
"jsc": {
"parser": {
"syntax": "typescript",
"tsx": true
}
},
"module": {
"type": "commonjs"
},
"sourceMaps": "inline"
}