mirror of
https://github.com/zhigang1992/agora-react-native-rtm.git
synced 2026-04-29 12:25:29 +08:00
28 lines
545 B
JSON
28 lines
545 B
JSON
{
|
|
"compilerOptions": {
|
|
"declaration": true,
|
|
"declarationDir": "./lib",
|
|
"types": [
|
|
"react",
|
|
"react-native"
|
|
],
|
|
"target": "es2015",
|
|
"jsx": "react",
|
|
"moduleResolution": "node",
|
|
"sourceMap": true,
|
|
"importHelpers": true,
|
|
"outDir": "./lib",
|
|
"module": "commonjs",
|
|
"strict": true,
|
|
"declaration": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"esModuleInterop": true,
|
|
"lib": ["es2015"],
|
|
"resolveJsonModule": true,
|
|
},
|
|
"compileOnSave": true,
|
|
"include": [
|
|
"src"
|
|
]
|
|
}
|