Skip to content

Commit

Permalink
Fix config
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Falimendikov committed Jan 21, 2024
1 parent 4fd41af commit 70e538d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
3 changes: 2 additions & 1 deletion src/config/derivatives.json
Original file line number Diff line number Diff line change
Expand Up @@ -6607,4 +6607,5 @@
"date": "12/22/2023",
"id": 4542
}
]
]

4 changes: 3 additions & 1 deletion src/config/derivatives.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,6 @@ export interface DerivativeType {
post?: string;
id?: number;
date?: string;
}
}
// Export the JSON data
export default derivatives;
4 changes: 3 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
"extends": "astro/tsconfigs/base",
"compilerOptions": {
"jsx": "react-jsx",
"jsxImportSource": "react"
"jsxImportSource": "react",
"resolveJsonModule": true,
"esModuleInterop": true
}
}

0 comments on commit 70e538d

Please sign in to comment.