We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab952cb commit 22aaa56Copy full SHA for 22aaa56
private/aws-util-test/tsconfig.types.json
@@ -6,5 +6,5 @@
6
"declarationDir": "dist-types",
7
"emitDeclarationOnly": true
8
},
9
- "exclude": ["test/**/*", "dist-types/**/*", "vitest.*.ts"]
+ "exclude": ["test/**/*", "**/*.spec.ts", "dist-types/**/*", "vitest.*.ts"]
10
}
0 commit comments