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

14 lines
182 B
Plaintext
Raw Normal View History

{
"sourceMaps": true,
"jsc": {
"parser": {
"syntax": "typescript",
"dynamicImport": true
},
2023-09-18 22:36:35 +02:00
"target": "esnext"
},
"module": {
2022-08-29 18:10:17 +02:00
"type": "es6"
}
}