@cardano-foundation/cardano-verify-datasignature
Version:
A lightweight typescript library to verify a cip30 datasignature for browser and nodejs
24 lines (23 loc) • 591 B
JSON
{
"compilerOptions": {
"target": "es2015",
"outDir": "dist",
"lib": ["DOM", "ES5", "ES6"],
"declaration": true,
"declarationDir": "dist",
"allowJs": true,
"skipLibCheck": true,
"sourceMap": true,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"strict": true,
"forceConsistentCasingInFileNames": true,
"module": "es2015",
"moduleResolution": "node",
"resolveJsonModule": true,
"removeComments": false,
"isolatedModules": true
},
"include": ["./index.ts"],
"exclude": ["./node_modules/", "./dist/"]
}