mtcute/tl-reference/tsconfig.json

7 lines
118 B
JSON

{
"extends": "../../tsconfig.json",
"compilerOptions": {
"jsx": "react"
},
"include": "src"
}