openpgpjs/tsconfig.json
2025-02-05 14:13:55 +01:00

13 lines
214 B
JSON

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