@agrigate/speech-to-text-wrapper
Version:
Wrapper around any <TextInput /> in React Native that provides support for speech to text functionality—powerful & ease to use
21 lines (20 loc) • 523 B
JSON
{
"compilerOptions": {
"target": "es5",
"lib": ["es6", "dom", "es2015.promise"],
"jsx": "react-native",
"module": "commonjs",
"moduleResolution": "node",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"noEmit": false,
"outDir": "./lib",
"rootDir": "./src",
"baseUrl": "./src",
"types": ["react-native"]
},
"exclude": ["node_modules"],
"include": ["src/**/*"]
}