mirror of
https://github.com/reconurge/flowsint.git
synced 2026-05-01 03:39:49 -05:00
21 lines
388 B
JSON
21 lines
388 B
JSON
{
|
|
"extends": "@electron-toolkit/tsconfig/tsconfig.node.json",
|
|
"include": [
|
|
"electron.vite.config.*",
|
|
"src/main/**/*",
|
|
"src/preload/**/*"
|
|
],
|
|
"compilerOptions": {
|
|
"moduleResolution": "bundler",
|
|
"composite": true,
|
|
"types": [
|
|
"electron-vite/node"
|
|
],
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"@/*": [
|
|
"./src/renderer/src/*"
|
|
]
|
|
}
|
|
}
|
|
} |