react-native-camera-kit/tsconfig.json

27 lines
678 B
JSON

{
"compilerOptions": {
"declaration": true,
"declarationDir": "./dist/",
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"importHelpers": true,
"jsx": "react-native",
"lib": ["ES6"],
"module": "ES6",
"moduleResolution": "node",
"noImplicitAny": true,
"noImplicitReturns": true,
"noImplicitThis": true,
"noUnusedLocals": false,
"outDir": "./dist",
"rootDir": "./src",
"sourceMap": true,
"removeComments": true,
"strictNullChecks": true,
"target": "ES6",
"skipLibCheck": true
},
"include": ["./src/**/*.ts", "./src/**/*.tsx"],
"exclude": ["**/__tests__/*", "*.test.tsx"]
}