Skip to content

Commit 82c0b5d

Browse files
authored
Merge branch 'master' into add-pr-analyzer
2 parents bb8f7c4 + aa4c592 commit 82c0b5d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

tsconfig.cjs.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
"outDir": "dist/cjs"
66
},
77
"include": ["src"],
8-
"exclude": []
8+
"exclude": ["**/*.test.ts", "**/*.spec.ts", "**/tests/**"]
99
}

tsconfig.esm.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
"outDir": "dist/esm"
66
},
77
"include": ["src"],
8-
"exclude": []
8+
"exclude": ["**/*.test.ts", "**/*.spec.ts", "**/tests/**"]
99
}

0 commit comments

Comments
 (0)