UNPKG
namillum
Version:
latest (1.2.0)
1.2.0
1.1.0
1.0.1
1.0.0
Bubble Protocol SDK
github.com/ValentinaKohler/namillum
ValentinaKohler/namillum
namillum
/
zilliqa
/
js
/
util
/
tsconfig.json
11 lines
(10 loc)
•
227 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
{
"extends"
:
"../../../tsconfig.base.json"
,
"compilerOptions"
:
{
"module"
:
"ESNext"
,
"target"
:
"ES5"
,
"declarationDir"
:
"dist/types"
,
"outDir"
:
"dist/esm"
}
,
"include"
:
[
"src"
,
"../typings/**/*.d.ts"
]
}