Compare commits

..

No commits in common. "8ea0cac15a7975813c3c5687158d3bd7627afaf5" and "ddd111138074656b60c4de8be5ac534a678b4d8c" have entirely different histories.

4 changed files with 4 additions and 17 deletions

View File

@ -1,8 +1,4 @@
lockfileVersion: '6.1'
settings:
autoInstallPeers: true
excludeLinksFromLockfile: false
lockfileVersion: '6.0'
dependencies:
typescript:

View File

@ -9,19 +9,10 @@
"noEmit": true,
"jsx": "react",
"paths": {
"@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/*"
]
"@hh/*": ["/Users/alyxia/Documents/gitrepos/hh3/types/*"],
"@hh/ext/*": ["/Users/alyxia/Documents/gitrepos/hh3/ext/*"]
},
"typeRoots": [
"/Users/alyxia/Documents/gitrepos/hh3/types",
"/Users/alyxia/Documents/Installations/hh3/types"
]
"typeRoots": ["/Users/alyxia/Documents/gitrepos/hh3/types"]
},
"include": ["./ext/**/*", "./global.d.ts"]
}