mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
Compare commits
No commits in common. "8ea0cac15a7975813c3c5687158d3bd7627afaf5" and "ddd111138074656b60c4de8be5ac534a678b4d8c" have entirely different histories.
8ea0cac15a
...
ddd1111380
4 changed files with 4 additions and 17 deletions
Binary file not shown.
Binary file not shown.
6
common/hellcooling/config/pnpm-lock.yaml
generated
6
common/hellcooling/config/pnpm-lock.yaml
generated
|
@ -1,8 +1,4 @@
|
||||||
lockfileVersion: '6.1'
|
lockfileVersion: '6.0'
|
||||||
|
|
||||||
settings:
|
|
||||||
autoInstallPeers: true
|
|
||||||
excludeLinksFromLockfile: false
|
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
typescript:
|
typescript:
|
||||||
|
|
|
@ -9,19 +9,10 @@
|
||||||
"noEmit": true,
|
"noEmit": true,
|
||||||
"jsx": "react",
|
"jsx": "react",
|
||||||
"paths": {
|
"paths": {
|
||||||
"@hh/*": [
|
"@hh/*": ["/Users/alyxia/Documents/gitrepos/hh3/types/*"],
|
||||||
"/Users/alyxia/Documents/gitrepos/hh3/types/*",
|
"@hh/ext/*": ["/Users/alyxia/Documents/gitrepos/hh3/ext/*"]
|
||||||
"/Users/alyxia/Documents/Installations/hh3/types/*"
|
|
||||||
],
|
|
||||||
"@hh/ext/*": [
|
|
||||||
"/Users/alyxia/Documents/gitrepos/hh3/ext/*",
|
|
||||||
"/Users/alyxia/Documents/Installations/hh3/ext/*"
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
"typeRoots": [
|
"typeRoots": ["/Users/alyxia/Documents/gitrepos/hh3/types"]
|
||||||
"/Users/alyxia/Documents/gitrepos/hh3/types",
|
|
||||||
"/Users/alyxia/Documents/Installations/hh3/types"
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
"include": ["./ext/**/*", "./global.d.ts"]
|
"include": ["./ext/**/*", "./global.d.ts"]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue