mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-07 17:44:35 +08:00
chore: update ts config (#36000)
This commit is contained in:
parent
9ddde89d4d
commit
c7aa754efe
@ -1,9 +1,9 @@
|
|||||||
import React from 'react';
|
import React from 'react';
|
||||||
import { render, fireEvent } from '../../../tests/utils';
|
|
||||||
import AutoComplete from '..';
|
import AutoComplete from '..';
|
||||||
import Input from '../../input';
|
|
||||||
import mountTest from '../../../tests/shared/mountTest';
|
import mountTest from '../../../tests/shared/mountTest';
|
||||||
import rtlTest from '../../../tests/shared/rtlTest';
|
import rtlTest from '../../../tests/shared/rtlTest';
|
||||||
|
import { fireEvent, render } from '../../../tests/utils';
|
||||||
|
import Input from '../../input';
|
||||||
|
|
||||||
describe('AutoComplete', () => {
|
describe('AutoComplete', () => {
|
||||||
mountTest(AutoComplete);
|
mountTest(AutoComplete);
|
||||||
|
@ -10,7 +10,9 @@
|
|||||||
"moduleResolution": "node",
|
"moduleResolution": "node",
|
||||||
"esModuleInterop": true,
|
"esModuleInterop": true,
|
||||||
"experimentalDecorators": true,
|
"experimentalDecorators": true,
|
||||||
"jsx": "preserve",
|
"jsx": "react",
|
||||||
|
"jsxFactory": "React.createElement",
|
||||||
|
"jsxFragmentFactory": "React.Fragment",
|
||||||
"noUnusedParameters": true,
|
"noUnusedParameters": true,
|
||||||
"noUnusedLocals": true,
|
"noUnusedLocals": true,
|
||||||
"noImplicitAny": true,
|
"noImplicitAny": true,
|
||||||
|
Loading…
Reference in New Issue
Block a user