voter-stake-registry/tsconfig.json

11 lines
205 B
JSON
Raw Normal View History

2021-10-05 13:40:01 -07:00
{
"compilerOptions": {
"types": ["mocha", "chai"],
"typeRoots": ["./node_modules/@types"],
"lib": ["es2015"],
"module": "commonjs",
"target": "es6",
"esModuleInterop": true
}
}