1
0
mirror of https://github.com/oceanprotocol-archive/squid-js.git synced 2024-02-02 15:31:51 +01:00
squid-js/integration/tsconfig.json

9 lines
152 B
JSON
Raw Normal View History

2019-02-10 20:03:38 +01:00
{
"compilerOptions": {
"resolveJsonModule": true,
2019-06-20 00:20:09 +02:00
"lib": ["es6", "es7", "dom"],
2019-11-11 12:27:18 +01:00
"noUnusedLocals": true,
"esModuleInterop": true
2019-02-10 20:03:38 +01:00
}
}