UNPKG
@wimdental/i18n
Version:
latest (1.0.5)
1.0.5
Simple module to localize the React using simple tools.
wimdental/wimdental-i18n
@wimdental/i18n
/
jsconfig.json
10 lines
•
184 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
{
"compilerOptions"
:
{
"target"
:
"ES6"
,
"module"
:
"commonjs"
,
"experimentalDecorators"
:
true
}
,
"exclude"
:
[
"node_modules"
]
}