UNPKG

core-native

Version:

A lightweight framework based on React Native + Redux + Redux Saga, in strict TypeScript.

14 lines (13 loc) 364 B
{ "extends": "../config/tsconfig.base.json", "compilerOptions": { "module": "ES2022", "jsx": "react-native", "moduleResolution": "Bundler", "composite": true, "verbatimModuleSyntax": false, "lib": ["DOM", "ES2020"], "types": ["jest", "node"] }, "references": [{"path": "../tsconfig.json"}] }