mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-14 12:30:06 +02:00
fix all imports for new structure
This commit is contained in:
+5
-3
@@ -7,9 +7,11 @@
|
||||
"src/preload/*.d.ts",
|
||||
"src/i18n/**/*",
|
||||
"src/shared/**/*",
|
||||
"src/remote/**/*",
|
||||
"package.json"
|
||||
],
|
||||
"compilerOptions": {
|
||||
"typeRoots": ["./node_modules/@types"],
|
||||
"outDir": "./out",
|
||||
"composite": true,
|
||||
"jsx": "react-jsx",
|
||||
@@ -18,14 +20,14 @@
|
||||
"/@/renderer/*": [
|
||||
"src/renderer/*"
|
||||
],
|
||||
"/@/main/*": [
|
||||
"src/main/src/*"
|
||||
],
|
||||
"/@/shared/*": [
|
||||
"src/shared/*"
|
||||
],
|
||||
"/@/i18n/*": [
|
||||
"src/i18n/*"
|
||||
],
|
||||
"/@/remote/*": [
|
||||
"src/remote/*"
|
||||
]
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user