UNPKG
@nutrient-sdk/react-native
Version:
latest (4.0.1)
4.0.1
4.0.0
3.2.0
3.1.1
3.1.0
3.0.1
3.0.0
Nutrient React Native SDK
www.nutrient.io/sdk/react-native
PSPDFKit/react-native
@nutrient-sdk/react-native
/
tsconfig.json
10 lines
•
163 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
{
"include"
:
[
"./src/**/*"
,
]
,
"compilerOptions"
:
{
"rootDir"
:
"src"
,
"skipLibCheck"
:
true
,
"outDir"
:
"./lib"
,
}
}