Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typescript compile error with antd 4.9 #1308

Closed
TingzhouJia opened this issue Jan 4, 2021 · 1 comment
Closed

Typescript compile error with antd 4.9 #1308

TingzhouJia opened this issue Jan 4, 2021 · 1 comment

Comments

@TingzhouJia
Copy link

Describe the bug
WechatIMG1923

{
  "compilerOptions": {
    "target": "es5",
    "lib": [
      "dom",
      "dom.iterable",
      "es2017",
      "es7",
      "es6"
    ],
    "allowJs": true,
    "skipLibCheck": true,
    "esModuleInterop": true,
    "allowSyntheticDefaultImports": true,
    "strict": true,
    "forceConsistentCasingInFileNames": true,
    "module": "esnext",
    "moduleResolution": "node",
    "resolveJsonModule": true,
    "isolatedModules": true,
    "noEmit": true,
    "jsx": "react"
  },
  "include": [
    "src"
  ],
  "exclude": [
    "node_modules",
    "**/*.test.ts"
  ]
}

截屏2021-01-04 上午10 33 30

截屏2021-01-04 上午10 33 49

Information

  • Day.js Version [ v1.10.1]
  • Typescript Version [~3.7.2]
  • OS: [e.g. Mac]
  • Browser [ chrome 83+]
  • Time zone: [ GMT-07:00 DST (Pacific Daylight Time)]
@iamkun
Copy link
Owner

iamkun commented Jan 5, 2021

do #1281

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants