UNPKG
nft-random-profile
Version:
latest (1.0.1)
1.0.1
1.0.0
get random nft pfp
nft-random-profile
/
tsconfig.json
14 lines
(12 loc)
•
238 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"compilerOptions"
:
{
"esModuleInterop"
:
true
,
"resolveJsonModule"
:
true
,
"allowSyntheticDefaultImports"
:
true
,
"module"
:
"commonjs"
,
"outDir"
:
"lib"
,
"target"
:
"es5"
,
"lib"
:
[
"es5"
,
"es6"
,
"dom"
]
,
"sourceMap"
:
true
}
}