mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
[common/hc] Add desktop paths to tsconfig
This commit is contained in:
parent
8ea0cac15a
commit
576cf2aa03
1 changed files with 6 additions and 3 deletions
|
@ -11,16 +11,19 @@
|
|||
"paths": {
|
||||
"@hh/*": [
|
||||
"/Users/alyxia/Documents/gitrepos/hh3/types/*",
|
||||
"/Users/alyxia/Documents/Installations/hh3/types/*"
|
||||
"/Users/alyxia/Documents/Installations/hh3/types/*",
|
||||
"/home/alyxia/Documents/Installations/hh3/types/*"
|
||||
],
|
||||
"@hh/ext/*": [
|
||||
"/Users/alyxia/Documents/gitrepos/hh3/ext/*",
|
||||
"/Users/alyxia/Documents/Installations/hh3/ext/*"
|
||||
"/Users/alyxia/Documents/Installations/hh3/ext/*",
|
||||
"/home/alyxia/Documents/Installations/hh3/ext/*"
|
||||
]
|
||||
},
|
||||
"typeRoots": [
|
||||
"/Users/alyxia/Documents/gitrepos/hh3/types",
|
||||
"/Users/alyxia/Documents/Installations/hh3/types"
|
||||
"/Users/alyxia/Documents/Installations/hh3/types",
|
||||
"/home/alyxia/Documents/Installations/hh3/types"
|
||||
]
|
||||
},
|
||||
"include": ["./ext/**/*", "./global.d.ts"]
|
||||
|
|
Loading…
Reference in a new issue