nethereum-codegen
Version:
Code generator of Nethereum and Ethereum integration classes and projects
33 lines (32 loc) • 631 B
JSON
{
"compilerOptions": {
"module": "commonjs",
"target": "ESNext",
"lib": [
"es5",
"es6",
"dom",
"es2015.core",
"es2015.collection",
"es2015.generator",
"es2015.iterable",
"es2015.promise",
"es2015.proxy",
"es2015.reflect",
"es2015.symbol",
"es2015.symbol.wellknown",
"esnext.asynciterable"
],
"sourceMap": true
},
"files": [
"app.ts",
"AbiDeserialiser.ts",
"MudWorldParser.ts",
"Nethereum.Generators.DuoCode.d.ts",
"mscorlib.d.ts"
],
"exclude": [
"node_modules"
]
}