Create package.json.d.ts

This commit is contained in:
Acid Chicken (硫酸鶏) 2018-08-17 02:05:14 +09:00 committed by GitHub
parent 0fa37901d9
commit 0cad7f86c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

4
src/package.json.d.ts vendored Normal file
View File

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