1
1
mirror of https://github.com/reduxjs/redux-devtools.git synced 2025-03-01 09:50:38 +03:00
redux-devtools/tsconfig.base.json
2020-08-27 18:44:02 -04:00

14 lines
363 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", "webpack-env"]
}
}