mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
* 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
21 lines
431 B
JSON
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
|
|
}
|
|
}
|