diff --git a/package.json b/package.json index a32187267..470271444 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "keywords": [ "matrix-org" ], - "main": "./lib/index.js", + "main": "./src/index.ts", "browser": "./lib/browser-index.js", "matrix_src_main": "./src/index.ts", "matrix_src_browser": "./src/browser-index.js", @@ -111,6 +111,5 @@ "coverageReporters": [ "text" ] - }, - "typings": "./lib/index.d.ts" + } }