mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-07-27 00:19:55 +03:00
Update tsconfig
This commit is contained in:
parent
d165cc7bd9
commit
4772257c6e
|
@ -1,12 +1,14 @@
|
||||||
{
|
{
|
||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
"target": "ES2020",
|
"target": "es6",
|
||||||
"moduleResolution": "Node",
|
"module": "node16",
|
||||||
|
"types": [],
|
||||||
"declaration": true,
|
"declaration": true,
|
||||||
"strict": true,
|
"outDir": "lib",
|
||||||
"allowSyntheticDefaultImports": true,
|
"isolatedModules": true,
|
||||||
"esModuleInterop": true,
|
"esModuleInterop": true,
|
||||||
"forceConsistentCasingInFileNames": true,
|
"forceConsistentCasingInFileNames": true,
|
||||||
"types": []
|
"strict": true,
|
||||||
|
"skipLibCheck": false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user