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