deliver Hongfa Laundry M1 desktop release
This commit is contained in:
15
tsconfig.node.json
Normal file
15
tsconfig.node.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"extends": "@electron-toolkit/tsconfig/tsconfig.node.json",
|
||||
"compilerOptions": {
|
||||
"outDir": "out/main",
|
||||
"rootDir": "src",
|
||||
"composite": true,
|
||||
"baseUrl": ".",
|
||||
"types": ["node", "electron-vite/node"],
|
||||
"paths": {
|
||||
"@main/*": ["./src/main/*"],
|
||||
"@shared/*": ["./src/shared/*"]
|
||||
}
|
||||
},
|
||||
"include": ["src/main/**/*", "src/shared/**/*"]
|
||||
}
|
||||
Reference in New Issue
Block a user