dependabot[bot]
2024-01-31 ead7ee2f5031691f5e093745d6664f13f932d8d3
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"],
}