Create type definition for '*/const.json' (#4118)

This commit is contained in:
Acid Chicken (硫酸鶏)
2019-02-04 01:47:12 +09:00
committed by GitHub
parent 5891135ac1
commit 99d8d0a484
2 changed files with 5 additions and 2 deletions

3
src/@types/const.json.d.ts vendored Normal file
View File

@ -0,0 +1,3 @@
declare module '*/const.json' {
const copyright: string;
}