Refactor
This commit is contained in:
parent
ca2f7a763d
commit
eaad2d56f0
36 changed files with 366 additions and 960 deletions
|
@ -14,7 +14,8 @@
|
|||
"isolatedModules": true,
|
||||
"noEmit": true,
|
||||
"jsx": "react-jsx",
|
||||
"noFallthroughCasesInSwitch": true
|
||||
"noFallthroughCasesInSwitch": true,
|
||||
"typeRoots": ["node_modules/@types", "./src/lib/useFetch.d.ts"]
|
||||
},
|
||||
"include": ["src", "src/test"]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue