mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-10 19:56:54 +03:00
13 lines
268 B
JSON
13 lines
268 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es2020",
|
|
"moduleResolution": "bundler",
|
|
"declaration": true,
|
|
"strict": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"esModuleInterop": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"types": []
|
|
}
|
|
}
|