mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
[common/hc] Add new MacBook paths to tsconfig
This commit is contained in:
parent
ddd1111380
commit
aef909f181
1 changed files with 12 additions and 3 deletions
|
@ -9,10 +9,19 @@
|
||||||
"noEmit": true,
|
"noEmit": true,
|
||||||
"jsx": "react",
|
"jsx": "react",
|
||||||
"paths": {
|
"paths": {
|
||||||
"@hh/*": ["/Users/alyxia/Documents/gitrepos/hh3/types/*"],
|
"@hh/*": [
|
||||||
"@hh/ext/*": ["/Users/alyxia/Documents/gitrepos/hh3/ext/*"]
|
"/Users/alyxia/Documents/gitrepos/hh3/types/*",
|
||||||
|
"/Users/alyxia/Documents/Installations/hh3/types/*"
|
||||||
|
],
|
||||||
|
"@hh/ext/*": [
|
||||||
|
"/Users/alyxia/Documents/gitrepos/hh3/ext/*",
|
||||||
|
"/Users/alyxia/Documents/Installations/hh3/ext/*"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"typeRoots": ["/Users/alyxia/Documents/gitrepos/hh3/types"]
|
"typeRoots": [
|
||||||
|
"/Users/alyxia/Documents/gitrepos/hh3/types",
|
||||||
|
"/Users/alyxia/Documents/Installations/hh3/types"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"include": ["./ext/**/*", "./global.d.ts"]
|
"include": ["./ext/**/*", "./global.d.ts"]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue