1
0
mirror of https://github.com/oceanprotocol/ocean.js.git synced 2024-11-26 20:39:05 +01:00
ocean.js/tsconfig.json
2022-02-07 08:03:14 -08:00

25 lines
514 B
JSON

{
"compilerOptions": {
"resolveJsonModule": true,
"moduleResolution": "node",
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"lib": [
"ESNext",
"dom"
],
"declaration": true,
"module": "ESNext",
"target": "ESNext",
"removeComments": false,
"experimentalDecorators": true,
"preserveConstEnums": true,
"outDir": "./dist/",
"sourceMap": true,
"declarationDir": "./dist/"
},
"include": [
"src/**/*",
"test/**/*"
]
}