undux
Version:
Dead simple state management for React
24 lines (23 loc) • 555 B
JSON
{
"compilerOptions": {
"allowJs": false,
"baseUrl": ".",
"checkJs": false,
"forceConsistentCasingInFileNames": true,
"jsx": "react",
"lib": ["dom", "es2015"],
"module": "esnext",
"moduleResolution": "node",
"newLine": "LF",
"outDir": "dist.esm",
"preserveConstEnums": true,
"skipLibCheck": true,
"sourceMap": true,
"strict": true,
"target": "es2020",
"paths": {
"typed-rx-emitter": ["node_modules/typed-rx-emitter/dist.esnext"]
}
},
"files": ["types.d.ts", "src/index.ts"]
}