core-native
Version:
A lightweight framework based on React Native + Redux + Redux Saga, in strict TypeScript.
16 lines (15 loc) • 402 B
JSON
{
"extends": "./config/tsconfig.base.json",
"compilerOptions": {
"rootDir": "src",
"outDir": "lib",
"composite": true,
"declarationMap": true,
"moduleResolution": "Bundler",
"types": ["node"],
"jsx": "react-native",
"lib": ["es2017", "esnext"]
},
"include": ["src"],
"references": [{"path": "./test/tsconfig.json"}]
}