mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-14 05:36:46 +03:00
12 lines
242 B
JSON
12 lines
242 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"target": "es2019",
|
||
|
"module": "commonjs",
|
||
|
"declaration": true,
|
||
|
"strict": true,
|
||
|
"allowSyntheticDefaultImports": true,
|
||
|
"esModuleInterop": true,
|
||
|
"forceConsistentCasingInFileNames": true
|
||
|
}
|
||
|
}
|