Skip to content

Commit fec3a42

Browse files
committed
upd
1 parent 5425e44 commit fec3a42

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

vitest.browser.config.mts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2025, Optimizely
2+
* Copyright 2025-2026, Optimizely
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -171,6 +171,7 @@ export default defineConfig({
171171
typecheck: {
172172
enabled: true,
173173
tsconfig: 'tsconfig.spec.json',
174+
exclude: ['.build/**', 'dist/**', 'node_modules/**'],
174175
},
175176
},
176177
});

vitest.config.mts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2024-2025, Optimizely
2+
* Copyright 2024-2026, Optimizely
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -31,6 +31,7 @@ export default defineConfig({
3131
typecheck: {
3232
enabled: true,
3333
tsconfig: 'tsconfig.spec.json',
34+
exclude: ['.build/**', 'dist/**', 'node_modules/**'],
3435
},
3536
},
3637
});

vitest.umd.config.mts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2025, Optimizely
2+
* Copyright 2025-2026, Optimizely
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -164,6 +164,7 @@ export default defineConfig({
164164
typecheck: {
165165
enabled: true,
166166
tsconfig: 'tsconfig.spec.json',
167+
exclude: ['.build/**', 'dist/**', 'node_modules/**'],
167168
},
168169
},
169170
});

0 commit comments

Comments
 (0)