13 lines
289 B
JSON
13 lines
289 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",
|
|
"./scripts",
|
|
"./tests/types.ts"
|
|
]
|
|
}
|