mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-07-28 17:38:53 +02:00
fix: fix path patterns in files property (#78)
This commit is contained in:
+1
-1
@@ -16,5 +16,5 @@
|
||||
"declaration": true,
|
||||
"declarationDir": "dist"
|
||||
},
|
||||
"exclude": ["dist", "node_modules", "test/types"]
|
||||
"exclude": ["guest-js/dist", "node_modules", "test/types"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user