mirror of
https://github.com/Vencord/Vesktop.git
synced 2025-02-23 13:45:09 +00:00
8 lines
156 B
JSON
8 lines
156 B
JSON
|
// Work around https://github.com/evanw/esbuild/issues/2460
|
||
|
{
|
||
|
"extends": "../../tsconfig.json",
|
||
|
"compilerOptions": {
|
||
|
"jsx": "react"
|
||
|
}
|
||
|
}
|