11 lines
240 B
JSON
11 lines
240 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"include": [
|
|
"./index.d.ts",
|
|
"./errors.d.ts",
|
|
"./raw-schema.d.ts",
|
|
"./binary/reader.d.ts",
|
|
"./binary/writer.d.ts",
|
|
"./binary/rsa-keys.d.ts"
|
|
]
|
|
}
|