mtcute/tl-reference/tsconfig.json

8 lines
148 B
JSON

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