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