redux-devtools/extension/tsconfig.json

8 lines
121 B
JSON

{
"extends": "../tsconfig.react.base.json",
"compilerOptions": {
"types": ["chrome"]
},
"include": ["src"]
}