@terra-money/houston
Version:
Core module for Houston smart contract framework
18 lines (17 loc) • 444 B
JSON
{
"compilerOptions": {
"experimentalDecorators": true,
"target": "ESNext",
"module": "commonjs",
"lib": ["ES6", "ES2015", "ESNext", "DOM"],
"outDir": "dist",
"rootDir": "src",
"strict": true,
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"resolveJsonModule": true,
"importHelpers": true,
"removeComments": true
},
"exclude": ["node_modules", "dist", "test", "templates"]
}