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.json
12 lines
(11 loc)
•
176 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
{
"extends"
:
"./tsconfig.base"
,
"compilerOptions"
:
{
"rootDir"
:
"./src"
,
"outDir"
:
"./dist"
}
,
"include"
:
[
"src/**/*"
]
,
"exclude"
:
[
"**/__tests__"
]
}