mtcute/packages/tl/tsconfig.json
2023-09-03 02:37:51 +03:00

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"
]
}