mirror of
https://github.com/zhigang1992/mtcute.git
synced 2026-04-29 04:35:08 +08:00
8 lines
118 B
JSON
8 lines
118 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"jsx": "react"
|
|
},
|
|
"include": "src"
|
|
}
|