mirror of
https://github.com/oceanprotocol/ocean-subgraph.git
synced 2024-10-31 23:35:19 +01:00
18 lines
521 B
JSON
18 lines
521 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"],
|
||
|
}
|
||
|
}
|