spacebar/bundle/.swcrc
2021-10-07 18:20:03 +02:00

13 lines
144 B
Plaintext

{
"module": {
"type": "commonjs"
},
"jsc": {
"parser": {
"syntax": "typescript",
"decorators": true
},
"target": "es2021"
}
}