UNPKG
@mirrorworld/library.assetminting.new
Version:
latest (1.0.0-alpha.15)
1.0.0-alpha.15
asset minting SDK
@mirrorworld/library.assetminting.new
/
examples
/
asset-minting-sdk-example
/
tsconfig.json
10 lines
•
155 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
{
"compilerOptions"
:
{
"types"
:
[
// ... your other types
"node"
]
,
"resolveJsonModule"
:
true
,
"esModuleInterop"
:
true
}
,
}