ocean-subgraph/test/integration/tsconfig.json
Jamie Hewitt 796bff70e7
removing Vesting and opcFee (#432)
* removing opcFee

* Removing OPCFeeChanged from subgraph.template.yaml

* Adding OPCFeeChanged event back into subgraph.template.yml

* Adding SSContractAdded and SSContractRemoved back in

* Formatting
2022-05-12 20:31:12 +03:00

19 lines
487 B
JSON

{
"compilerOptions": {
"resolveJsonModule": true,
"moduleResolution": "node",
"lib": ["es2017", "es6", "es7", "dom"],
"noUnusedLocals": true,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"declaration": true,
"module": "commonjs",
"target": "es5",
"removeComments": true,
"experimentalDecorators": true,
"preserveConstEnums": true,
"typeRoots": ["../node_modules/@types"],
"types": ["...", "@types/mocha"]
}
}