UNPKG

react-native-dot-typing

Version:
23 lines (22 loc) 463 B
{ "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"] }