mirror of
https://github.com/oceanprotocol/ocean.js.git
synced 2024-11-26 20:39:05 +01:00
20 lines
478 B
JSON
20 lines
478 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,
|
|
},
|
|
"include": ["src/**/*"],
|
|
"exclude": ["node_modules", "test"]
|
|
}
|