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' lockfileVersion: '6.0'
settings:
autoInstallPeers: true
excludeLinksFromLockfile: false
dependencies: dependencies:
typescript: typescript:

View file

@ -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"]
} }