Skip to content

Commit 1b20feb

Browse files
committed
[types] Exclude server
1 parent 75d517f commit 1b20feb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gulpfile.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ const tsCheck = async (dir) => {
357357
analyzeTsConfig(`${path.resolve(dir)}/tsconfig.json`, [
358358
'--excludeDeclarationFiles',
359359
'--excludePathsFromReport=' +
360-
'jest/reporter.js;jest/environment.js;build.ts;ui-react/common.ts;' +
360+
'server.mjs;jest/reporter.js;jest/environment.js;build.ts;' +
361361
TEST_MODULES.map((module) => `${module}.ts`).join(';'),
362362
]).unusedExports,
363363
)

0 commit comments

Comments
 (0)