Skip to content

Commit 515243f

Browse files
github-actionsrix0rrr
authored andcommitted
chore: self mutation
Signed-off-by: github-actions <github-actions@github.com>
1 parent 14ead54 commit 515243f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.projenrc.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import * as path from 'path';
22
import { yarn, CdkCliIntegTestsWorkflow } from 'cdklabs-projen-project-types';
3+
import type { TypeScriptWorkspaceOptions } from 'cdklabs-projen-project-types/lib/yarn';
34
import * as pj from 'projen';
45
import { Stability } from 'projen/lib/cdk';
56
import { AdcPublishing } from './projenrc/adc-publishing';
@@ -11,7 +12,6 @@ import { JsiiBuild } from './projenrc/jsii';
1112
import { PrLabeler } from './projenrc/pr-labeler';
1213
import { RecordPublishingTimestamp } from './projenrc/record-publishing-timestamp';
1314
import { S3DocsPublishing } from './projenrc/s3-docs-publishing';
14-
import { TypeScriptWorkspaceOptions } from 'cdklabs-projen-project-types/lib/yarn';
1515

1616
// 5.7 sometimes gives a weird error in `ts-jest` in `@aws-cdk/cli-lib-alpha`
1717
// https://github.com/microsoft/TypeScript/issues/60159
@@ -1317,7 +1317,7 @@ const cdkCliWrapper = configureProject(
13171317
tsconfig: {
13181318
compilerOptions: {
13191319
...defaultTsOptions,
1320-
}
1320+
},
13211321
},
13221322
}),
13231323
);
@@ -1390,7 +1390,7 @@ const integRunner = configureProject(
13901390
tsconfig: {
13911391
compilerOptions: {
13921392
...defaultTsOptions,
1393-
}
1393+
},
13941394
},
13951395
jestOptions: jestOptionsForProject({
13961396
jestConfig: {

0 commit comments

Comments
 (0)