Fix retrocompat with React 16 and TypeScript 3 https://github.com/garronej/tss-react/issues/95
This commit is contained in:
@ -7,7 +7,7 @@
|
||||
"target": "ES2020",
|
||||
"lib": ["es2015", "DOM", "ES2019.Object"],
|
||||
"moduleResolution": "node",
|
||||
"jsx": "react-jsx",
|
||||
"jsx": "react",
|
||||
"allowSyntheticDefaultImports": true
|
||||
},
|
||||
"references": [
|
||||
|
Reference in New Issue
Block a user