mirror of
https://github.com/zhigang1992/react-native-firebase.git
synced 2026-01-12 22:50:20 +08:00
24 lines
638 B
JSON
24 lines
638 B
JSON
{
|
|
"include": ["packages/**/lib/*.d.ts", "packages/**/type-test.ts"],
|
|
"compilerOptions": {
|
|
"noEmit": true,
|
|
"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"]
|
|
}
|