feat: start working on internationalization
This commit is contained in:
parent
9e09e144b5
commit
7a5b3492e7
17 changed files with 466 additions and 60 deletions
|
@ -3,7 +3,8 @@
|
|||
"strict": true,
|
||||
"target": "ESNext",
|
||||
"module": "ESNext",
|
||||
"moduleResolution": "node",
|
||||
"moduleResolution": "bundler",
|
||||
"allowJs": true,
|
||||
"allowSyntheticDefaultImports": true,
|
||||
"esModuleInterop": true,
|
||||
"jsx": "preserve",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue