mirror of
https://github.com/oceanprotocol/ocean.js.git
synced 2024-11-26 20:39:05 +01:00
25 lines
514 B
JSON
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/**/*"
|
|
]
|
|
} |