1
1
mirror of https://github.com/theoludwig/programming-challenges.git synced 2024-10-29 22:17:23 +01:00
programming-challenges/.swcrc

23 lines
382 B
Plaintext
Raw Normal View History

2022-02-19 18:30:29 +01:00
{
"jsc": {
"parser": {
"syntax": "typescript",
"decorators": true,
"dynamicImport": true
},
"transform": {
"legacyDecorator": true,
"decoratorMetadata": true
},
"target": "es2022",
"loose": true
},
"module": {
"type": "es6",
2022-02-19 18:30:29 +01:00
"strict": false,
"strictMode": true,
"lazy": false,
"noInterop": false
}
}