mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-08-01 19:00:17 +03:00
10 lines
173 B
JSON
10 lines
173 B
JSON
{
|
|
"extends": "../../tsconfig.esm.react.base.json",
|
|
"compilerOptions": {
|
|
"outDir": "lib",
|
|
"types": ["node"],
|
|
"skipLibCheck": true
|
|
},
|
|
"include": ["src"]
|
|
}
|