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
Sebastian Gerske 78a8666176 fix tests
2018-10-11 14:21:09 +02:00

10 lines
103 B
JSON

{
"compilerOptions": {
"lib": [
"es6",
"es7"
],
"noUnusedLocals": true
}
}