{ "compilerOptions": { "strict": true, "target": "es2021", "module": "esnext", "moduleResolution": "Bundler", "allowJs": true, "paths": { "openpgp": [ "." ] }, } }