Skip to content

Commit f9a3aa1

Browse files
committedAug 22, 2018
chore(types): merge
1 parent bbf95a9 commit f9a3aa1

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed
 

‎src/renderer/shims.d.ts

+7
Original file line numberDiff line numberDiff line change
@@ -1 +1,8 @@
1+
/* eslint-disable */
2+
declare const __static: string;
13
declare const VERSION: string;
4+
5+
declare module '*.json' {
6+
const value: any;
7+
export default value;
8+
}

‎types/typings.d.ts

-8
This file was deleted.

0 commit comments

Comments
 (0)
Please sign in to comment.