Skip to content
This repository has been archived by the owner on May 18, 2022. It is now read-only.

Commit

Permalink
JSON support for typescript
Browse files Browse the repository at this point in the history
  • Loading branch information
Mafrans committed Apr 18, 2020
1 parent 7f1f57e commit 3ae2418
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions custom.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,9 @@ declare module "*.css" {
declare module "*.scss" {
const content: any;
export default content;
}

declare module "*.json" {
const value: any;
export default value;
}

0 comments on commit 3ae2418

Please sign in to comment.