mirror of
https://github.com/aljazceru/breez-sdk-docs.git
synced 2025-12-18 14:24:19 +01:00
27 lines
588 B
JSON
27 lines
588 B
JSON
{
|
|
"compilerOptions": {
|
|
"allowSyntheticDefaultImports": true,
|
|
"allowUnreachableCode": false,
|
|
"allowUnusedLabels": false,
|
|
"declaration": true,
|
|
"declarationMap": true,
|
|
"esModuleInterop": true,
|
|
"module": "Node16",
|
|
"moduleResolution": "node16",
|
|
"noImplicitReturns": true,
|
|
"pretty": true,
|
|
"skipLibCheck": true,
|
|
"sourceMap": true,
|
|
"strict": true,
|
|
"target": "ES2021",
|
|
"lib": ["ES2021"],
|
|
"paths": {},
|
|
"types": ["@types/node"],
|
|
"noEmit": true,
|
|
"allowJs": true
|
|
},
|
|
"include": [
|
|
"**/*.ts",
|
|
".eslintrc.js",
|
|
]
|
|
} |