UNPKG
propr
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.1
1.0.0
A proper way to interface with prepr.io
propr
/
tsconfig.json
14 lines
(13 loc)
•
298 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"compilerOptions"
:
{
"target"
:
"es2016"
,
"module"
:
"commonjs"
,
"noEmit"
:
true
,
"importsNotUsedAsValues"
:
"error"
,
"esModuleInterop"
:
true
,
"forceConsistentCasingInFileNames"
:
true
,
"strict"
:
true
,
"noUncheckedIndexedAccess"
:
true
,
"skipLibCheck"
:
true
}
}