mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-19 08:31:17 +08:00
* Recreated types for flux@3.1.2. * Added backward compatibility with implementation. Added overload for create method. * Fixed tslint error in tests. * Added one more test for old implementation. * Added more gerenrics in create method. Updated tests. * Fixed errors. * Typescript version changed to 2.2. * Updated `createFunctional` return.
31 lines
709 B
JSON
31 lines
709 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"lib": [
|
|
"es6",
|
|
"dom"
|
|
],
|
|
"baseUrl": "../",
|
|
"typeRoots": [
|
|
"../"
|
|
],
|
|
"jsx": "react",
|
|
"types": [],
|
|
"noImplicitAny": true,
|
|
"noImplicitThis": true,
|
|
"strictNullChecks": false,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"noEmit": true
|
|
},
|
|
"files": [
|
|
"index.d.ts",
|
|
"utils.d.ts",
|
|
"lib/Dispatcher.d.ts",
|
|
"lib/FluxContainer.d.ts",
|
|
"lib/FluxMixinLegacy.d.ts",
|
|
"lib/FluxReduceStore.d.ts",
|
|
"lib/FluxStore.d.ts",
|
|
"test/Flux.ts",
|
|
"test/FluxUtils.tsx"
|
|
]
|
|
} |