Create symbolic link of package.json.d.ts

This commit is contained in:
Acid Chicken (硫酸鶏) 2018-08-17 02:06:36 +09:00
parent 0cad7f86c3
commit 0ba8f4c177

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

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