mirror of
https://github.com/danbulant/jose
synced 2026-05-19 04:18:52 +00:00
10 lines
200 B
JSON
10 lines
200 B
JSON
{
|
|
"extends": "./base.json",
|
|
"compilerOptions": {
|
|
"target": "ESNext",
|
|
"outDir": "../dist/types",
|
|
"declaration": true,
|
|
"emitDeclarationOnly": true,
|
|
"removeComments": false
|
|
}
|
|
}
|