mirror of
https://github.com/lensapp/lens.git
synced 2024-11-10 10:36:25 +03:00
19 lines
300 B
Plaintext
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"
|
|
}
|
|
}
|