mirror of
https://github.com/celisej567/Vesktop.git
synced 2026-01-04 10:10:01 +03: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"
|
|
}
|
|
}
|