mirror of
https://github.com/oceanprotocol/ens-proxy.git
synced 2024-11-15 09:45:02 +01:00
10 lines
187 B
JSON
10 lines
187 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"resolveJsonModule": true,
|
||
|
"lib": ["es6", "es7"],
|
||
|
"noUnusedLocals": true,
|
||
|
"esModuleInterop": true,
|
||
|
"allowSyntheticDefaultImports": true
|
||
|
}
|
||
|
}
|