mirror of
https://github.com/oceanprotocol/ocean-subgraph.git
synced 2024-10-31 23:35:19 +01:00
796bff70e7
* removing opcFee * Removing OPCFeeChanged from subgraph.template.yaml * Adding OPCFeeChanged event back into subgraph.template.yml * Adding SSContractAdded and SSContractRemoved back in * Formatting
19 lines
487 B
JSON
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"]
|
|
}
|
|
}
|