mirror of
https://github.com/Equicord/Equicord.git
synced 2025-01-18 13:23:28 -05: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"
|
||
|
}
|
||
|
}
|