1
0
mirror of https://github.com/oceanprotocol/ocean.js.git synced 2024-11-26 20:39:05 +01:00
ocean.js/test/tsconfig.json

12 lines
235 B
JSON

{
"compilerOptions": {
"resolveJsonModule": true,
"lib": ["es6", "es7"],
"module": "CommonJS",
"target": "ES5",
"noUnusedLocals": false,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true
}
}