Create type definition for '*/package.json' (#4014)
* Create type definition for '*/package.json' * Update tsconfig.json
This commit is contained in:
committed by
GitHub
parent
8dc7f28744
commit
e909eac296
3
src/@types/package.json.d.ts
vendored
Normal file
3
src/@types/package.json.d.ts
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
declare module '*/package.json' {
|
||||
const version: string;
|
||||
}
|
Reference in New Issue
Block a user