2
1
mirror of https://github.com/Thream/file-uploads-api.git synced 2024-07-06 21:00:10 +02:00
file-uploads-api/.swcrc

14 lines
182 B
Plaintext
Raw Normal View History

2022-04-08 17:54:56 +02:00
{
"sourceMaps": true,
2022-04-08 17:54:56 +02:00
"jsc": {
"parser": {
"syntax": "typescript",
"dynamicImport": true
},
2023-09-18 22:28:52 +02:00
"target": "esnext"
2022-04-08 17:54:56 +02:00
},
"module": {
2023-07-22 16:24:52 +02:00
"type": "es6"
2022-04-08 17:54:56 +02:00
}
}