UNPKG
@ordao/c-deployment
Version:
latest (1.1.5)
1.1.5
Environment for managing ordao contract deployments
github.com/sim31/ordao
sim31/ordao
@ordao/c-deployment
/
tsconfig.json
12 lines
(11 loc)
•
232 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
{
"compilerOptions"
:
{
"target"
:
"es2020"
,
"module"
:
"commonjs"
,
"esModuleInterop"
:
true
,
"forceConsistentCasingInFileNames"
:
true
,
"strict"
:
true
,
"skipLibCheck"
:
true
,
"resolveJsonModule"
:
true
}
}