@adorsys-gis/did-resolver-lib
Version:
A library or tool that allows applications to resolve Decentralized Identifiers (DIDs) into their corresponding DID Documents.
23 lines (19 loc) • 501 B
JSON
{
"compilerOptions": {
"typeRoots": ["./node_modules/@types"],
"target": "ES2020",
"module": "ESNext",
"outDir": "./dist",
"lib": ["ES2020", "DOM", "DOM.Iterable"],
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"strict": true,
"esModuleInterop": true,
"moduleResolution": "Node",
"skipLibCheck": true,
/* Bundler mode */
"isolatedModules": true,
"moduleDetection": "force",
},
"include": ["src/**/*", "**/*.ts"],
}