mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-11 04:07:34 +03:00
c91471a41d
* chore(cli): convert to TypeScript * Fix knex usage * Fix eslintrc * Ignore dist
8 lines
115 B
JSON
8 lines
115 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"outDir": "dist"
|
|
},
|
|
"include": ["src"]
|
|
}
|