mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-10 19:56:54 +03:00
10 lines
178 B
JSON
10 lines
178 B
JSON
|
{
|
||
|
"extends": "../../tsconfig.react.base.json",
|
||
|
"compilerOptions": {
|
||
|
"outDir": "./demo/src/build",
|
||
|
"module": "ES2015",
|
||
|
"strict": false
|
||
|
},
|
||
|
"include": ["src"]
|
||
|
}
|