Skip to main content
Module

x/openpgp/tsconfig.json

OpenPGP implementation for JavaScript
Go to Latest
File
{ "compilerOptions": { "strict": true, "target": "es2021", "module": "esnext", "moduleResolution": "node", "allowJs": true, "paths": { "openpgp": [ "." ] }, }}