client/tsconfig.json

15 lines
No EOL
364 B
JSON

{
"extends": "@electron-toolkit/tsconfig/tsconfig.json",
"compilerOptions": {
"outDir": "out",
"jsx": "react-jsx",
"esModuleInterop": true,
"allowSyntheticDefaultImports": true
},
"include": [
"src/main/**/*",
"src/preload/**/*",
"src/renderer/**/*",
"electron.vite.config.ts"
]
}