mirror of
https://github.com/openpgpjs/openpgpjs.git
synced 2025-03-30 15:08:32 +00:00
13 lines
202 B
JSON
13 lines
202 B
JSON
{
|
|
"compilerOptions": {
|
|
"strict": true,
|
|
"target": "es2021",
|
|
"module": "esnext",
|
|
"moduleResolution": "Bundler",
|
|
"allowJs": true,
|
|
"paths": {
|
|
"openpgp": [ "." ]
|
|
},
|
|
}
|
|
}
|