Update tsconfig.json
This commit is contained in:
parent
118162b68d
commit
4796dd7ef0
1 changed files with 2 additions and 3 deletions
|
@ -4,8 +4,7 @@
|
|||
"noImplicitAny": true,
|
||||
"module": "commonjs",
|
||||
"target": "es6",
|
||||
"jsx": "react",
|
||||
"esModuleInterop": true
|
||||
"jsx": "react"
|
||||
},
|
||||
"include": ["./src"],
|
||||
"exclude": ["./src/public"]
|
||||
|
|
Loading…
Reference in a new issue