UNPKG

react-native-hud-hybrid

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