mirror of
https://github.com/antebudimir/feishin.git
synced 2025-12-31 10:03:33 +00:00
reorganize global types to shared directory
This commit is contained in:
parent
26c02e03c5
commit
9db2e51d2d
17 changed files with 160 additions and 144 deletions
|
|
@ -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/*"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue