mirror of
https://github.com/YuzuZensai/Discord-Presence-Relay.git
synced 2026-09-13 10:49:02 +00:00
9 lines
224 B
JSON
9 lines
224 B
JSON
{
|
|
"extends": "@electron-toolkit/tsconfig/tsconfig.web.json",
|
|
"include": ["src/renderer/**/*.ts", "src/renderer/**/*.tsx", "src/preload/*.d.ts"],
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"jsx": "react-jsx"
|
|
}
|
|
}
|