{
  "compilerOptions": {
    "types": [
      "@types/webpack-env",
      "@types/node",
      "vite/client"
    ],
    "target": "ES2020",
    "module": "ES2020",
    "declaration": true,
    "strict": true,
    "esModuleInterop": true,
    "skipLibCheck": true,
    "forceConsistentCasingInFileNames": true,
    "outDir": ".",
  },
  "types": [
    "webpack-env"
  ],
  "include": [
    "./src",
    "global.d.ts"
  ],
  "exclude": []
}