UNPKG
contentstack
Version:
latest (3.27.0)
3.27.0
3.26.4
3.26.3
3.26.2
3.26.1
3.26.0
3.25.3
3.25.2
3.25.1
3.25.0
3.24.3
3.24.2
3.24.1
3.24.0
3.23.0
3.22.2
3.22.1
3.22.0
3.21.0
3.20.3
3.20.2
3.20.1
3.20.0
3.19.3
3.19.2
3.19.1
3.19.0
3.18.1
3.18.0
3.17.2
3.17.1
3.17.0
3.16.1
3.16.0
3.15.6
3.15.5
3.15.4
3.15.3
3.15.2
3.15.1
3.15.0
3.14.0
3.13.3
3.13.2
3.13.1
3.13.0
3.12.2
3.12.1
3.12.0
3.11.0
3.10.1
3.10.0
3.9.2
3.9.1
3.9.0
3.8.1
3.8.0
3.7.1
3.7.0
3.6.0
3.5.2
3.5.0
3.4.1
3.4.0
3.3.0
3.2.1
3.1.1
3.1.0
3.0.1
3.0.0
1.0.3
1.0.2
1.0.1
1.0.0
0.0.2
0.0.1
Contentstack Javascript SDK
www.contentstack.com
contentstack/contentstack-javascript
contentstack
/
tsconfig.json
14 lines
(13 loc)
•
330 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"compilerOptions"
:
{
"module"
:
"commonjs"
,
"noImplicitAny"
:
true
,
"noImplicitThis"
:
true
,
"strictFunctionTypes"
:
true
,
"strictNullChecks"
:
true
,
"types"
:
[
"jest"
]
,
"noEmit"
:
true
,
"forceConsistentCasingInFileNames"
:
true
}
,
"files"
:
[
"index.d.ts"
]
}