1
1
mirror of https://github.com/reduxjs/redux-devtools.git synced 2025-02-24 15:30:42 +03:00
redux-devtools/tsconfig.base.json
2024-01-24 02:14:03 +00:00

13 lines
268 B
JSON

{
"compilerOptions": {
"target": "es2020",
"moduleResolution": "bundler",
"declaration": true,
"strict": true,
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"types": []
}
}