File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11import * as path from 'path' ;
22import { yarn , CdkCliIntegTestsWorkflow } from 'cdklabs-projen-project-types' ;
3+ import type { TypeScriptWorkspaceOptions } from 'cdklabs-projen-project-types/lib/yarn' ;
34import * as pj from 'projen' ;
45import { Stability } from 'projen/lib/cdk' ;
56import { AdcPublishing } from './projenrc/adc-publishing' ;
@@ -11,7 +12,6 @@ import { JsiiBuild } from './projenrc/jsii';
1112import { PrLabeler } from './projenrc/pr-labeler' ;
1213import { RecordPublishingTimestamp } from './projenrc/record-publishing-timestamp' ;
1314import { 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 : {
You can’t perform that action at this time.
0 commit comments