1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00
lens/scripts/.swcrc
Sebastian Malton 0eed70cbe0 Fix create release PR to cherry-pick commits
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2022-08-26 10:39:52 -04:00

10 lines
145 B
Plaintext

{
"$schema": "https://json.schemastore.org/swcrc",
"jsc": {
"parser": {
"syntax": "typescript"
},
"target": "es2022"
}
}