1
1
mirror of https://github.com/theoludwig/programming-challenges.git synced 2024-07-18 02:20:12 +02:00
programming-challenges/.swcrc

14 lines
182 B
Plaintext
Raw Normal View History

2022-02-19 18:30:29 +01:00
{
"sourceMaps": true,
2022-02-19 18:30:29 +01:00
"jsc": {
"parser": {
"syntax": "typescript",
"dynamicImport": true
},
2023-09-16 14:38:47 +02:00
"target": "esnext"
2022-02-19 18:30:29 +01:00
},
"module": {
2022-08-30 13:42:44 +02:00
"type": "es6"
2022-02-19 18:30:29 +01:00
}
}