react-native-hud-hybrid
Version:
progress hud for react native
23 lines (22 loc) • 446 B
JSON
{
"extends": "./tsconfig-strict.json",
"compilerOptions": {
"outDir": "./build",
"allowJs": false,
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"jsx": "react-native",
"lib": ["es6"],
"moduleResolution": "node",
"declaration": true,
"target": "esnext"
},
"exclude": [
"node_modules",
"babel.config.js",
"metro.config.js",
"scripts",
"build",
"playground"
]
}