Fix retrocompat with React 16 and TypeScript 3 https://github.com/garronej/tss-react/issues/95
This commit is contained in:
@ -13,7 +13,7 @@
|
||||
"incremental": true,
|
||||
"strict": true,
|
||||
"downlevelIteration": true,
|
||||
"jsx": "react-jsx",
|
||||
"jsx": "react",
|
||||
"noFallthroughCasesInSwitch": true
|
||||
},
|
||||
"include": [".."]
|
||||
|
Reference in New Issue
Block a user