github.com/pingcap/tiflow@v0.0.0-20240520035814-5bf52d54e205/dm/ui/tsconfig.json (about)

     1  {
     2    "compilerOptions": {
     3      "target": "ESNext",
     4      "lib": ["DOM", "DOM.Iterable", "ESNext"],
     5      "skipLibCheck": true,
     6      "esModuleInterop": true,
     7      "allowSyntheticDefaultImports": true,
     8      "strict": true,
     9      "forceConsistentCasingInFileNames": true,
    10      "module": "ESNext",
    11      "moduleResolution": "Node",
    12      "resolveJsonModule": true,
    13      "isolatedModules": true,
    14      "noEmit": true,
    15      "jsx": "react",
    16      "types": ["vite/client"],
    17      "baseUrl": ".",
    18      "paths": {
    19        "~/*": ["src/*"]
    20      }
    21    },
    22    "include": ["src/", "plugin"]
    23  }