Skip to content
Snippets Groups Projects
Unverified Commit d4a791b9 authored by Konstantin Tsabolov's avatar Konstantin Tsabolov Committed by GitHub
Browse files

Merge pull request #2 from spherity/chore/update-dependencies

Reorganize attestation-manager
parents ccb2cd58 6098aafc
No related branches found
No related tags found
No related merge requests found
This diff is collapsed.
{
"$schema": "https://json.schemastore.org/tsconfig",
"compilerOptions": {
"lib": ["esnext"],
"module": "nodenext",
"target": "esnext",
"moduleResolution": "nodenext",
"strict": true,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"strictPropertyInitialization": false,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"noImplicitAny": true
},
"exclude": ["node_modules"]
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment