mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-10 19:56:54 +03:00
7e1299886e
* stash * Updates * Fix lint * Create lovely-boats-happen.md * Update package.json * Update lovely-boats-happen.md
10 lines
177 B
JSON
10 lines
177 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"module": "NodeNext",
|
|
"moduleResolution": "NodeNext",
|
|
"outDir": "dist"
|
|
},
|
|
"include": ["src"]
|
|
}
|