diff options
| author | Pawel Zelawski <pawel@pzelawski.com> | 2026-06-30 14:49:39 +0200 |
|---|---|---|
| committer | Pawel Zelawski <pawel@pzelawski.com> | 2026-06-30 14:49:39 +0200 |
| commit | b08f5f7bf7ccaafdb0d964e8dd04594988a5e3ca (patch) | |
| tree | 6946d974997cd53a5560156c17c0e15d9b7e0f23 /package.json | |
| parent | 59c69a611d6bd1308cd32a9a0cd6f9065622c71d (diff) | |
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/package.json b/package.json index 6125d53..8b1a632 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,10 @@ } }, "files": [ - "dist" + "dist/*.js", + "dist/*.js.map", + "dist/*.d.ts", + "dist/*.d.ts.map" ], "scripts": { "build": "vite build", |
