This repository has been archived on 2024-11-11. You can view files and clone it, but cannot push or open issues or pull requests.
socketio-jwt/.swcrc

14 lines
182 B
Plaintext
Raw Normal View History

{
"sourceMaps": true,
"jsc": {
"parser": {
"syntax": "typescript",
"dynamicImport": true
},
"target": "esnext"
},
"module": {
2022-09-09 11:39:27 +02:00
"type": "es6"
}
}