diff --git a/.changeset/lucky-bikes-happen.md b/.changeset/lucky-bikes-happen.md
new file mode 100644
index 000000000..27b09c9c1
--- /dev/null
+++ b/.changeset/lucky-bikes-happen.md
@@ -0,0 +1,5 @@
+---
+"victory": patch
+---
+
+Update victory package.json source to the correct index file
diff --git a/packages/victory/package.json b/packages/victory/package.json
index 2297d7b6e..37bbf19e2 100644
--- a/packages/victory/package.json
+++ b/packages/victory/package.json
@@ -13,7 +13,7 @@
     "url": "https://github.com/FormidableLabs/victory"
   },
   "homepage": "https://formidable.com/open-source/victory",
-  "source": "src/index.js",
+  "source": "src/index.ts",
   "sideEffects": false,
   "main": "lib/index.js",
   "module": "es/index.js",