mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
Compare commits
3 commits
ddd1111380
...
8ea0cac15a
Author | SHA1 | Date | |
---|---|---|---|
|
8ea0cac15a | ||
|
0d8d05f521 | ||
|
aef909f181 |
4 changed files with 17 additions and 4 deletions
Binary file not shown.
BIN
common/hellcooling/config/ext/noMediaMosaic.ts
Normal file
BIN
common/hellcooling/config/ext/noMediaMosaic.ts
Normal file
Binary file not shown.
6
common/hellcooling/config/pnpm-lock.yaml
generated
6
common/hellcooling/config/pnpm-lock.yaml
generated
|
@ -1,4 +1,8 @@
|
|||
lockfileVersion: '6.0'
|
||||
lockfileVersion: '6.1'
|
||||
|
||||
settings:
|
||||
autoInstallPeers: true
|
||||
excludeLinksFromLockfile: false
|
||||
|
||||
dependencies:
|
||||
typescript:
|
||||
|
|
|
@ -9,10 +9,19 @@
|
|||
"noEmit": true,
|
||||
"jsx": "react",
|
||||
"paths": {
|
||||
"@hh/*": ["/Users/alyxia/Documents/gitrepos/hh3/types/*"],
|
||||
"@hh/ext/*": ["/Users/alyxia/Documents/gitrepos/hh3/ext/*"]
|
||||
"@hh/*": [
|
||||
"/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"]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue