๐Ÿ“ฆ mui / mui-x

๐Ÿ“„ tsconfig.json ยท 15 lines
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15{
  "extends": "../../tsconfig.json",
  "compilerOptions": {
    "types": [
      "@mui/internal-test-utils/initMatchers",
      "@mui/material/themeCssVarsAugmentation",
      "dayjs/plugin/timezone.d.ts",
      "dayjs/plugin/utc.d.ts",
      "vitest/globals",
      "moment-timezone"
    ],
    "skipLibCheck": true
  }
}