Where should the typescript declaration be placed in the package.json file - "dependencies", "devDependencies" or both? After doing some research, it seems there are conflicting opinions on whether to put the declaration in either location. Can the package.json structure accommodate a shared section for cases where the declaration needs to be in both "dependencies" and "devDependencies"? Alternatively, if a developer determines that both scenarios are necessary, must they duplicate the declaration in each location?