mtcute/packages/tl/tsconfig.json

19 lines
398 B
JSON
Raw Normal View History

2021-04-08 12:19:38 +03:00
{
2023-09-24 19:56:13 +03:00
"compilerOptions": {
"paths": {
"~scripts/*": ["../../scripts/*"],
},
},
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
]
}