2
1
mirror of https://github.com/Thream/api.git synced 2024-07-06 21:00:11 +02:00
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"
}
}