fix: change dist for js files, fixes #76 for yarn3 (#88)

This commit is contained in:
Fabian-Lars
2023-01-12 16:55:21 +01:00
committed by GitHub
parent 79f1130b85
commit 467bcb90af
14 changed files with 99 additions and 98 deletions
+1 -1
View File
@@ -16,5 +16,5 @@
"declaration": true,
"declarationDir": "dist"
},
"exclude": ["guest-js/dist", "node_modules", "test/types"]
"exclude": ["dist-js", "node_modules", "test/types"]
}