assert-balances/tsconfig.json

11 lines
205 B
JSON
Raw Normal View History

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