mirror of
https://github.com/zhigang1992/react-native-firebase.git
synced 2026-04-04 09:28:03 +08:00
23 lines
623 B
JSON
23 lines
623 B
JSON
{
|
|
"include": ["packages/**/lib/*.d.ts", "packages/app-types/index.d.ts"],
|
|
"compilerOptions": {
|
|
"target": "es5",
|
|
"module": "commonjs",
|
|
"declaration": true,
|
|
"importHelpers": true,
|
|
"jsx": "react",
|
|
"sourceMap": true,
|
|
"strict": true,
|
|
"noUnusedLocals": true,
|
|
"noUnusedParameters": true,
|
|
"noImplicitReturns": true,
|
|
"noFallthroughCasesInSwitch": true,
|
|
"moduleResolution": "node",
|
|
"skipLibCheck": true,
|
|
"experimentalDecorators": true,
|
|
"emitDecoratorMetadata": true,
|
|
"lib": ["es2015", "es2016", "esnext", "dom"]
|
|
},
|
|
"exclude": ["node_modules", "**/*.spec.ts"]
|
|
}
|