mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-07-26 07:59:48 +03:00
Fix setup
This commit is contained in:
parent
89143bad15
commit
5d6b5869be
|
@ -8,6 +8,9 @@ module.exports = {
|
|||
tsconfigRootDir: __dirname,
|
||||
project: true,
|
||||
},
|
||||
rules: {
|
||||
"react/no-unknown-property": ["error", { "ignore": ["css"] }]
|
||||
}
|
||||
},
|
||||
{
|
||||
files: ['demo/**/*.ts', 'demo/**/*.tsx'],
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
"compilerOptions": {
|
||||
"outDir": "lib/types",
|
||||
"resolveJsonModule": true,
|
||||
"jsx": "react-jsx",
|
||||
"jsxImportSource": "@emotion/react"
|
||||
},
|
||||
"include": ["src"]
|
||||
|
|
Loading…
Reference in New Issue
Block a user