Notes/apps/client/.swcrc

9 lines
94 B
Plaintext
Raw Permalink Normal View History

{
"jsc": {
"parser": {
"syntax": "typescript"
},
"target": "es2016"
}
}