1
1
mirror of https://github.com/reduxjs/redux-devtools.git synced 2025-03-02 10:22:48 +03:00
redux-devtools/tsconfig.base.json

14 lines
373 B
JSON
Raw Normal View History

{
"compilerOptions": {
"target": "es2020",
"module": "commonjs",
"declaration": true,
"strict": true,
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
// See https://github.com/DefinitelyTyped/DefinitelyTyped/issues/33311
"types": ["node", "jest", "webpack-env", "chrome"]
}
}