mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-10 19:56:54 +03:00
78ded9e0ca
* feature(react-dock): convert to TypeScript * And that * Fun * pretty * More fun * Try that
14 lines
348 B
JSON
14 lines
348 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es2018",
|
|
"module": "commonjs",
|
|
"declaration": true,
|
|
"strict": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"esModuleInterop": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
// See https://github.com/DefinitelyTyped/DefinitelyTyped/issues/33311
|
|
"types": ["node", "jest"]
|
|
}
|
|
}
|