mirror of
https://gitcode.com/github-mirrors/react-native-update-cli.git
synced 2025-09-16 09:41:38 +08:00
16 lines
232 B
Plaintext
16 lines
232 B
Plaintext
{
|
|
"jsc": {
|
|
"loose": true,
|
|
"target": "es2018",
|
|
"parser": {
|
|
"syntax": "typescript",
|
|
"tsx": false,
|
|
"decorators": false,
|
|
"dynamicImport": false
|
|
}
|
|
},
|
|
"module": {
|
|
"type": "commonjs"
|
|
}
|
|
}
|