UNPKG
react-rut
Version:
latest (1.0.0)
1.0.0
Chilean RUT for React
github.com/afex-connect/react-rut
afex-connect/react-rut
react-rut
/
tsconfig.test.base.json
13 lines
(12 loc)
•
146 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"extends"
:
"./tsconfig.base"
,
"compilerOptions"
:
{
"lib"
:
[
"es2019"
]
,
"types"
:
[
"node"
,
"jest"
]
}
}