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 intl from 'react-intl-universal';
import withDrawerActions from '@/containers/Drawer/withDrawerActions';

View File

@@ -1,3 +1,4 @@
// @ts-nocheck
import React from 'react';
import { isEmpty } from 'lodash';
import {

View File

@@ -1,3 +1,4 @@
// @ts-nocheck
import React from 'react';
const AccountDeleteAlert = React.lazy(

View File

@@ -1,3 +1,4 @@
// @ts-nocheck
import React, { useEffect } from 'react';
import '@/style/pages/Accounts/List.scss';

View File

@@ -1,3 +1,4 @@
// @ts-nocheck
import React, { createContext } from 'react';
import { DashboardInsider } from '@/components';
import { useResourceViews, useResourceMeta, useAccounts } from '@/hooks/query';

View File

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

View File

@@ -1,3 +1,4 @@
// @ts-nocheck
import React, { useCallback } from 'react';
import { Alignment, Navbar, NavbarGroup } from '@blueprintjs/core';
import intl from 'react-intl-universal';

View File

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

View File

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

View File

@@ -1,3 +1,4 @@
// @ts-nocheck
import { connect } from 'react-redux';
import {
getAccountsTableStateFactory,

View File

@@ -1,3 +1,4 @@
// @ts-nocheck
import { connect } from 'react-redux';
import {
setAccountsTableState,