fix: fix path patterns in files property (#78)

This commit is contained in:
Fabian-Lars
2023-01-10 18:21:09 +01:00
committed by GitHub
parent 827bd47db6
commit 1546e4e0fb
10 changed files with 19 additions and 19 deletions
+1 -1
View File
@@ -16,5 +16,5 @@
"declaration": true,
"declarationDir": "dist"
},
"exclude": ["dist", "node_modules", "test/types"]
"exclude": ["guest-js/dist", "node_modules", "test/types"]
}