Skip to main content
Module

x/ed25519_dalek/tsconfig.json

WebAssembly port of Dalek's Ed25519, a Rust implementation of Ed25519 signatures
Go to Latest
File
{ "compilerOptions": { "target": "ES5", "baseUrl": "./node", "module": "NodeNext", "moduleResolution": "NodeNext", "strict": true, "downlevelIteration": true, "paths": { "mods/*": [ "mods/*" ], "libs/*": [ "libs/*" ], }, "plugins": [ { "transform": "typescript-transform-paths" }, { "transform": "typescript-transform-paths", "afterDeclarations": true } ] }, "include": [ "./node/index.ts" ], "exclude": [ "node_modules" ]}