Jacky Zhao
2024-02-24 c53fd5b56fb5a4a09df0a6dc8ff115b510f25d25
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"],
}