This repository has been archived on 2024-10-26. You can view files and clone it, but cannot push or open issues or pull requests.
staxman-old/.swcrc
Hamcha 6e24ffb499
All checks were successful
continuous-integration/drone Build is passing
neater tabs
2023-12-03 17:57:12 +01:00

12 lines
No EOL
171 B
Text

{
"sourceMaps": true,
"jsc": {
"parser": {
"syntax": "typescript",
"tsx": false,
"decorators": false,
"dynamicImport": false
},
"target": "es2022"
}
}