Files
DefinitelyTyped/types/fluxible/tsconfig.json
Max 958ae30039 add types for 'fluxible' and 'fluxible-router' (#25198)
* add types for package 'fluxible'

* add fluxible router types

* fix tests

* fixed annotation
2018-04-24 16:25:01 -07:00

27 lines
590 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"lib": [
"es6"
],
"noImplicitAny": true,
"noImplicitThis": true,
"strictNullChecks": true,
"strictFunctionTypes": true,
"esModuleInterop": true,
"baseUrl": "../",
"typeRoots": [
"../"
],
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true
},
"files": [
"index.d.ts",
"addons/createStore.d.ts",
"addons/BaseStore.d.ts",
"fluxible-tests.ts"
]
}