♻️ (api) do not bundle test files in package output (#4640)

This commit is contained in:
Matiss Janis Aboltins
2025-03-17 17:21:09 +00:00
committed by GitHub
parent 78e763659e
commit 9f9f349cbf
2 changed files with 7 additions and 1 deletions

View File

@@ -15,5 +15,5 @@
}
},
"include": ["."],
"exclude": ["**/node_modules/*", "dist", "@types"]
"exclude": ["**/node_modules/*", "dist", "@types", "*.test.ts"]
}