1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00
lens/.swcrc
Sebastian Malton 3664306ac7 Fix memory leak in unit tests
- Upgrade to jest 28
- Switch to using swc
- Use @side/jest-runtime as the jest-runtime

Signed-off-by: Sebastian Malton <sebastian@malton.name>
2022-06-13 09:03:15 -04:00

19 lines
300 B
Plaintext

{
"module": {
"type": "commonjs"
},
"jsc": {
"parser": {
"syntax": "typescript",
"tsx": true,
"decorators": true,
"dynamicImport": false
},
"transform": {
"legacyDecorator": true,
"decoratorMetadata": true
},
"target": "es2019"
}
}