Update package.json.d.ts

This commit is contained in:
Acid Chicken (硫酸鶏) 2018-08-17 02:18:23 +09:00 committed by GitHub
parent d3da139788
commit 2a75fa5ef5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
declare module 'package.json' {
export name: string;
export version: string;
export const name: string;
export const version: string;
}