UNPKG

react-native-localize-ext

Version:
32 lines 785 B
{ "compilerOptions": { "target": "es5", "module": "commonjs", "lib": [ "ESNext" ], "allowJs": true, "declaration": true, "removeComments": false, "outDir": "./build", "rootDir": "./", "jsx": "react", "importHelpers": true, "downlevelIteration": true, "strict": true, "noImplicitAny": false, "strictNullChecks": true, "strictFunctionTypes": true, "strictBindCallApply": true, "strictPropertyInitialization": true, "noImplicitThis": true, "alwaysStrict": true, "noUnusedLocals": true, "noUnusedParameters": true, "noImplicitReturns": true, "noFallthroughCasesInSwitch": true, "moduleResolution": "node", "allowSyntheticDefaultImports": true, "esModuleInterop": true } }