mirror of
https://github.com/oceanprotocol/ocean.js.git
synced 2024-11-26 20:39:05 +01:00
stop removing jsdocs (#1254)
This commit is contained in:
parent
3dda9a6709
commit
e087b3e29b
@ -4,16 +4,22 @@
|
||||
"moduleResolution": "node",
|
||||
"esModuleInterop": true,
|
||||
"allowSyntheticDefaultImports": true,
|
||||
"lib": ["ESNext", "dom"],
|
||||
"lib": [
|
||||
"ESNext",
|
||||
"dom"
|
||||
],
|
||||
"declaration": true,
|
||||
"module": "ESNext",
|
||||
"target": "ESNext",
|
||||
"removeComments": true,
|
||||
"removeComments": false,
|
||||
"experimentalDecorators": true,
|
||||
"preserveConstEnums": true,
|
||||
"outDir": "./dist/",
|
||||
"sourceMap": true,
|
||||
"declarationDir": "./dist/"
|
||||
},
|
||||
"include": ["src/**/*", "test/**/*"]
|
||||
}
|
||||
"include": [
|
||||
"src/**/*",
|
||||
"test/**/*"
|
||||
]
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user