mirror of
https://github.com/danbulant/jose
synced 2026-05-21 05:18:59 +00:00
9 lines
171 B
JSON
9 lines
171 B
JSON
{
|
|
"extends": "./base.json",
|
|
"compilerOptions": {
|
|
"target": "ESNext",
|
|
"outDir": "../dist/types",
|
|
"declaration": true,
|
|
"emitDeclarationOnly": true
|
|
}
|
|
}
|