dependabot[bot]
2025-02-25 28fe9b2095d078fb464e46791265c4bfac7b11c7
tsconfig.json
@@ -13,8 +13,8 @@
    "forceConsistentCasingInFileNames": true,
    "esModuleInterop": true,
    "jsx": "react-jsx",
    "jsxImportSource": "preact",
    "jsxImportSource": "preact"
  },
  "include": ["**/*.ts", "**/*.tsx", "./package.json"],
  "exclude": ["build/**/*.d.ts"],
  "exclude": ["build/**/*.d.ts"]
}