mtcute/packages/tl/tsconfig.json

14 lines
251 B
JSON
Raw Normal View History

2021-04-08 12:19:38 +03:00
{
"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"
]
2021-04-08 12:19:38 +03:00
}