diff options
Diffstat (limited to 'cdn/package.json')
-rw-r--r-- | cdn/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cdn/package.json b/cdn/package.json index addec363..eb623fcc 100644 --- a/cdn/package.json +++ b/cdn/package.json @@ -3,7 +3,7 @@ "version": "1.0.0", "description": "cdn for fosscord", "main": "dist/index.js", - "types": "dist/index.d.ts", + "types": "src/index.ts", "scripts": { "postinstall": "ts-patch install -s", "test": "npm run build && jest --coverage ./tests", |