mtcute/packages/tl/tsconfig.json

18 lines
398 B
JSON

{
"compilerOptions": {
"paths": {
"~scripts/*": ["../../scripts/*"],
},
},
"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"
]
}