DefinitelyTyped/redux-devtools/tsconfig.json
Stephan 2c93263b14 Use correct redux-devtools-tests (#11602)
* Improve redux-devtools-test

Included parts of redux-devtools-2.1.4-tests.tsx

* Use redux-devtools-tests instead of -2.1.4-tests

* No relevant change, simply trigger Travis test build
2016-10-04 10:42:26 -07:00

21 lines
431 B
JSON

{
"files": [
"index.d.ts",
"redux-devtools-tests.tsx"
],
"compilerOptions": {
"module": "commonjs",
"target": "es6",
"noImplicitAny": true,
"strictNullChecks": false,
"baseUrl": "../",
"jsx": "react",
"typeRoots": [
"../"
],
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true
}
}