mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-06 20:10:12 +02:00
reorganize global types to shared directory
This commit is contained in:
+2
-1
@@ -6,6 +6,7 @@
|
||||
"src/renderer/**/*.tsx",
|
||||
"src/preload/*.d.ts",
|
||||
"src/i18n/**/*",
|
||||
"src/shared/**/*",
|
||||
"package.json"
|
||||
],
|
||||
"compilerOptions": {
|
||||
@@ -21,7 +22,7 @@
|
||||
"src/main/src/*"
|
||||
],
|
||||
"/@/shared/*": [
|
||||
"src/shared/src/*"
|
||||
"src/shared/*"
|
||||
],
|
||||
"/@/i18n/*": [
|
||||
"src/i18n/*"
|
||||
|
||||
Reference in New Issue
Block a user