diff options
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/package.json b/package.json index cae17aa..e02e58b 100644 --- a/package.json +++ b/package.json @@ -19,6 +19,9 @@ "type": "module", "main": "dist/index.js", "types": "dist/index.d.ts", + "files": [ + "dist" + ], "scripts": { "build": "tsc --project tsconfig.build.json", "test": "jest", |
