react-native-dot-typing
Version:
React-rative dot typing animation component
23 lines (22 loc) • 463 B
JSON
{
"compilerOptions": {
"baseUrl": "./",
"target": "ES6",
"module": "CommonJS",
"jsx": "react-native",
"declaration": true,
"outDir": "./lib",
"strict": true,
"noImplicitAny": true,
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"skipLibCheck": true,
"paths": {
"root/*": ["./*"]
}
},
"include": [
"./src/**/*",
],
"exclude": ["node_modules", "example/node_modules", "lib"]
}