We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fd1744 commit c4fcce6Copy full SHA for c4fcce6
package.json
@@ -50,8 +50,8 @@
50
"devDependencies": {
51
"@types/classnames": "^2.2.9",
52
"@types/jest": "^27.4.0",
53
- "@types/react": "^17.0.0",
54
- "@types/react-dom": "^17.0.0",
+ "@types/react": "^18.0.0",
+ "@types/react-dom": "^18.0.0",
55
"@umijs/fabric": "^2.0.3",
56
"coveralls": "^3.0.6",
57
"cross-env": "^7.0.0",
tsconfig.json
@@ -0,0 +1,16 @@
1
+{
2
+ "compilerOptions": {
3
+ "target": "esnext",
4
+ "moduleResolution": "node",
5
+ "baseUrl": "./",
6
+ "jsx": "preserve",
7
+ "declaration": true,
8
+ "skipLibCheck": true,
9
+ "esModuleInterop": true,
10
+ "paths": {
11
+ "@/*": ["src/*"],
12
+ "@@/*": ["src/.umi/*"],
13
+ "rc-pagination": ["src/index.ts"]
14
+ }
15
16
+}
0 commit comments