fix: Consistent case for export locale strings (#2622)

This commit is contained in:
Lipis 2020-12-20 14:40:11 +02:00 committed by GitHub
parent eb9e67e36a
commit b917e42694
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 2 deletions

View file

@ -14,7 +14,7 @@
"resolveJsonModule": true,
"isolatedModules": true,
"noEmit": true,
"jsx": "react"
"jsx": "react-jsx"
},
"include": ["src"]
}