This repository has been archived on 2023-01-26. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
automate/packages/web/src/react-app-env.d.ts
T
2022-03-23 09:33:55 +01:00

9 lines
194 B
TypeScript

/// <reference types="react-scripts" />
declare namespace JSX {
interface IntrinsicElements {
// eslint-disable-next-line @typescript-eslint/no-explicit-any
"json-viewer": any;
}
}