add i18n support
This commit is contained in:
parent
e45182547f
commit
1b468b8454
16 changed files with 72 additions and 16 deletions
|
|
@ -6,6 +6,8 @@
|
|||
"module": "ESNext",
|
||||
"target": "es6",
|
||||
"jsx": "react",
|
||||
"resolveJsonModule": true,
|
||||
"allowSyntheticDefaultImports": true,
|
||||
"noImplicitAny": true,
|
||||
"moduleResolution": "node",
|
||||
"importHelpers": true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue