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

10 lines
187 B
JSON
Raw Normal View History

{
"compilerOptions": {
2018-10-22 12:46:27 +02:00
"resolveJsonModule": true,
2019-10-30 15:45:52 +01:00
"lib": ["es6", "es7"],
2019-11-11 12:27:18 +01:00
"noUnusedLocals": true,
2019-11-12 11:28:18 +01:00
"esModuleInterop": true,
"allowSyntheticDefaultImports": true
}
}