UNPKG
candid-decoder
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
Typeless candid decode
candid-decoder
/
tsconfig.json
16 lines
(14 loc)
•
308 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"compilerOptions"
:
{
"target"
:
"ES2020"
,
"module"
:
"nodenext"
,
"moduleResolution"
:
"nodenext"
,
"rootDir"
:
"./src"
,
"outDir"
:
"./dist"
,
"strict"
:
true
,
"esModuleInterop"
:
true
,
"forceConsistentCasingInFileNames"
:
true
,
"skipLibCheck"
:
true
}
,
"include"
:
[
"src"
]
}