Skip to content

Commit a04a2dd

Browse files
committed
feat: Excluding .test.ts when packaging
1 parent 137896e commit a04a2dd

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,6 @@
2020
"declaration": true,
2121
"outDir": "dist/types"
2222
},
23-
"include": ["package"]
23+
"include": ["package"],
24+
"exclude": ["**/*.test.ts", "**/*.spec.ts", "node_modules", "dist"]
2425
}

0 commit comments

Comments
 (0)