fix: ignore TS errors to speed up the TS compiling.

This commit is contained in:
a.bouhuolia
2022-09-19 21:16:02 +02:00
parent 2ae720821e
commit 84a903361e
2215 changed files with 2202 additions and 91 deletions

View File

@@ -1,3 +1,4 @@
// @ts-nocheck
import React from 'react';
import ItemDetailTab from './ItemDetailTab';

View File

@@ -1,3 +1,4 @@
// @ts-nocheck
import React from 'react';
import { useHistory } from 'react-router-dom';
import {

View File

@@ -1,3 +1,4 @@
// @ts-nocheck
import React from 'react';
import '@/style/components/Drawers/ItemDrawer.scss';

View File

@@ -1,3 +1,4 @@
// @ts-nocheck
import React from 'react';
import { DrawerHeaderContent, DrawerLoading } from '@/components';
import { useItem } from '@/hooks/query';

View File

@@ -1,3 +1,4 @@
// @ts-nocheck
import React from 'react';
import intl from 'react-intl-universal';
import classNames from 'classnames';

View File

@@ -1,3 +1,4 @@
// @ts-nocheck
import React from 'react';
import { Tab } from '@blueprintjs/core';

View File

@@ -1,3 +1,4 @@
// @ts-nocheck
import React from 'react';
import intl from 'react-intl-universal';
import clsx from 'classnames';

View File

@@ -1,3 +1,4 @@
// @ts-nocheck
import React from 'react';
import { useHistory } from 'react-router-dom';

View File

@@ -1,3 +1,4 @@
// @ts-nocheck
import React from 'react';
import intl from 'react-intl-universal';
import { Intent, Menu, MenuItem, MenuDivider } from '@blueprintjs/core';

View File

@@ -1,3 +1,4 @@
// @ts-nocheck
import React from 'react';
import { useHistory } from 'react-router-dom';

View File

@@ -1,3 +1,4 @@
// @ts-nocheck
import React from 'react';
import intl from 'react-intl-universal';
import { Intent, Menu, MenuItem, MenuDivider } from '@blueprintjs/core';

View File

@@ -1,3 +1,4 @@
// @ts-nocheck
import React from 'react';
import { useHistory } from 'react-router-dom';

View File

@@ -1,3 +1,4 @@
// @ts-nocheck
import React from 'react';
import InvoicePaymentTransactions from './InvoicePaymentTransactions';
import EstimatePaymentTransactions from './EstimatePaymentTransactions';

View File

@@ -1,3 +1,4 @@
// @ts-nocheck
import React from 'react';
import intl from 'react-intl-universal';
import { Intent, Menu, MenuItem, MenuDivider } from '@blueprintjs/core';

View File

@@ -1,3 +1,4 @@
// @ts-nocheck
import React from 'react';
import { useHistory } from 'react-router-dom';

View File

@@ -1,3 +1,4 @@
// @ts-nocheck
import React from 'react';
import styled from 'styled-components';

View File

@@ -1,3 +1,4 @@
// @ts-nocheck
import React from 'react';
import styled from 'styled-components';
import {

View File

@@ -1,3 +1,4 @@
// @ts-nocheck
import React from 'react';
import intl from 'react-intl-universal';
import { FormatNumberCell, FormattedMessage as T } from '@/components';

View File

@@ -1,3 +1,4 @@
// @ts-nocheck
import React from 'react';
import styled from 'styled-components';

View File

@@ -1,3 +1,4 @@
// @ts-nocheck
import React from 'react';
import { Drawer, DrawerSuspense } from '@/components';
import withDrawers from '@/containers/Drawer/withDrawers';

View File

@@ -1,3 +1,4 @@
// @ts-nocheck
import React from 'react';
import styled from 'styled-components';
import { Intent, Tag } from '@blueprintjs/core';