projen 0.74.13 โ†’ 0.74.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (130) hide show
  1. package/.jsii +105 -64
  2. package/docs/api/API.md +2 -0
  3. package/lib/awscdk/auto-discover.js +5 -5
  4. package/lib/awscdk/awscdk-app-java.js +1 -1
  5. package/lib/awscdk/awscdk-app-py.js +1 -1
  6. package/lib/awscdk/awscdk-app-ts.js +1 -1
  7. package/lib/awscdk/awscdk-construct.js +2 -2
  8. package/lib/awscdk/awscdk-deps-java.js +1 -1
  9. package/lib/awscdk/awscdk-deps-js.js +1 -1
  10. package/lib/awscdk/awscdk-deps-py.js +1 -1
  11. package/lib/awscdk/awscdk-deps.js +1 -1
  12. package/lib/awscdk/cdk-config.js +1 -1
  13. package/lib/awscdk/cdk-tasks.js +1 -1
  14. package/lib/awscdk/integration-test.js +1 -1
  15. package/lib/awscdk/lambda-extension.js +1 -1
  16. package/lib/awscdk/lambda-function.js +2 -2
  17. package/lib/build/build-workflow.js +1 -1
  18. package/lib/cdk/auto-discover-base.js +2 -2
  19. package/lib/cdk/construct-lib.js +1 -1
  20. package/lib/cdk/integration-test-base.js +1 -1
  21. package/lib/cdk/jsii-docgen.js +1 -1
  22. package/lib/cdk/jsii-project.js +1 -1
  23. package/lib/cdk8s/auto-discover.js +2 -2
  24. package/lib/cdk8s/cdk8s-app-py.js +1 -1
  25. package/lib/cdk8s/cdk8s-app-ts.js +1 -1
  26. package/lib/cdk8s/cdk8s-construct.js +1 -1
  27. package/lib/cdk8s/cdk8s-deps-py.js +1 -1
  28. package/lib/cdk8s/cdk8s-deps.js +1 -1
  29. package/lib/cdk8s/integration-test.js +1 -1
  30. package/lib/cdktf/cdktf-construct.js +1 -1
  31. package/lib/circleci/circleci.js +1 -1
  32. package/lib/component.js +1 -1
  33. package/lib/dependencies.js +1 -1
  34. package/lib/dev-env.js +1 -1
  35. package/lib/docker-compose/docker-compose-service.js +1 -1
  36. package/lib/docker-compose/docker-compose.js +1 -1
  37. package/lib/file.js +1 -1
  38. package/lib/gitattributes.js +1 -1
  39. package/lib/github/actions-provider.js +1 -1
  40. package/lib/github/auto-approve.js +1 -1
  41. package/lib/github/auto-merge.js +1 -1
  42. package/lib/github/dependabot.js +1 -1
  43. package/lib/github/github-credentials.js +1 -1
  44. package/lib/github/github-project.js +1 -1
  45. package/lib/github/github.js +1 -1
  46. package/lib/github/mergify.js +1 -1
  47. package/lib/github/pr-template.js +1 -1
  48. package/lib/github/pull-request-lint.js +1 -1
  49. package/lib/github/stale.js +1 -1
  50. package/lib/github/task-workflow.js +1 -1
  51. package/lib/github/workflow-actions.js +1 -1
  52. package/lib/github/workflow-jobs.js +1 -1
  53. package/lib/github/workflows.js +1 -1
  54. package/lib/gitlab/configuration.js +1 -1
  55. package/lib/gitlab/gitlab-configuration.js +1 -1
  56. package/lib/gitlab/nested-configuration.js +1 -1
  57. package/lib/gitpod.js +1 -1
  58. package/lib/ignore-file.js +1 -1
  59. package/lib/ini.js +1 -1
  60. package/lib/java/java-project.js +1 -1
  61. package/lib/java/junit.js +1 -1
  62. package/lib/java/maven-compile.js +1 -1
  63. package/lib/java/maven-packaging.js +1 -1
  64. package/lib/java/maven-sample.js +1 -1
  65. package/lib/java/pom.js +1 -1
  66. package/lib/java/projenrc.js +1 -1
  67. package/lib/javascript/bundler.js +1 -1
  68. package/lib/javascript/eslint.js +1 -1
  69. package/lib/javascript/jest.js +4 -4
  70. package/lib/javascript/node-package.js +1 -1
  71. package/lib/javascript/node-project.js +1 -1
  72. package/lib/javascript/npm-config.js +1 -1
  73. package/lib/javascript/prettier.js +1 -1
  74. package/lib/javascript/projenrc.js +1 -1
  75. package/lib/javascript/typescript-config.d.ts +11 -0
  76. package/lib/javascript/typescript-config.js +3 -3
  77. package/lib/javascript/upgrade-dependencies.js +2 -2
  78. package/lib/json-patch.js +1 -1
  79. package/lib/json.js +1 -1
  80. package/lib/license.js +1 -1
  81. package/lib/logger.js +1 -1
  82. package/lib/makefile.js +1 -1
  83. package/lib/object-file.js +1 -1
  84. package/lib/project-build.js +1 -1
  85. package/lib/project.js +1 -1
  86. package/lib/projects.js +1 -1
  87. package/lib/projenrc-json.js +2 -2
  88. package/lib/projenrc.js +1 -1
  89. package/lib/python/pip.js +1 -1
  90. package/lib/python/poetry.js +2 -2
  91. package/lib/python/projenrc.js +1 -1
  92. package/lib/python/pytest-sample.js +1 -1
  93. package/lib/python/pytest.js +1 -1
  94. package/lib/python/python-project.js +1 -1
  95. package/lib/python/python-sample.js +1 -1
  96. package/lib/python/requirements-file.js +1 -1
  97. package/lib/python/setuppy.js +1 -1
  98. package/lib/python/setuptools.js +1 -1
  99. package/lib/python/venv.js +1 -1
  100. package/lib/readme.js +1 -1
  101. package/lib/release/publisher.js +1 -1
  102. package/lib/release/release-trigger.js +1 -1
  103. package/lib/release/release.js +1 -1
  104. package/lib/renovatebot.js +1 -1
  105. package/lib/sample-file.js +2 -2
  106. package/lib/semver.js +1 -1
  107. package/lib/source-code.js +1 -1
  108. package/lib/task-runtime.js +1 -1
  109. package/lib/task.js +1 -1
  110. package/lib/tasks.js +1 -1
  111. package/lib/testing.js +1 -1
  112. package/lib/textfile.js +1 -1
  113. package/lib/toml.js +1 -1
  114. package/lib/typescript/projenrc-ts.js +1 -1
  115. package/lib/typescript/projenrc.js +1 -1
  116. package/lib/typescript/typescript-typedoc.js +1 -1
  117. package/lib/typescript/typescript.js +3 -3
  118. package/lib/version.js +2 -2
  119. package/lib/vscode/devcontainer.js +1 -1
  120. package/lib/vscode/extensions.js +1 -1
  121. package/lib/vscode/launch-config.js +1 -1
  122. package/lib/vscode/settings.js +1 -1
  123. package/lib/vscode/vscode.js +1 -1
  124. package/lib/web/next.js +3 -3
  125. package/lib/web/postcss.js +1 -1
  126. package/lib/web/react.js +4 -4
  127. package/lib/web/tailwind.js +1 -1
  128. package/lib/xmlfile.js +1 -1
  129. package/lib/yaml.js +1 -1
  130. package/package.json +1 -1
package/.jsii CHANGED
@@ -44800,7 +44800,7 @@
44800
44800
  "immutable": true,
44801
44801
  "locationInModule": {
44802
44802
  "filename": "src/javascript/typescript-config.ts",
44803
- "line": 499
44803
+ "line": 506
44804
44804
  },
44805
44805
  "name": "allowSyntheticDefaultImports",
44806
44806
  "optional": true,
@@ -44836,7 +44836,7 @@
44836
44836
  "immutable": true,
44837
44837
  "locationInModule": {
44838
44838
  "filename": "src/javascript/typescript-config.ts",
44839
- "line": 520
44839
+ "line": 527
44840
44840
  },
44841
44841
  "name": "baseUrl",
44842
44842
  "optional": true,
@@ -44855,7 +44855,7 @@
44855
44855
  "immutable": true,
44856
44856
  "locationInModule": {
44857
44857
  "filename": "src/javascript/typescript-config.ts",
44858
- "line": 188
44858
+ "line": 195
44859
44859
  },
44860
44860
  "name": "customConditions",
44861
44861
  "optional": true,
@@ -44902,6 +44902,24 @@
44902
44902
  "primitive": "string"
44903
44903
  }
44904
44904
  },
44905
+ {
44906
+ "abstract": true,
44907
+ "docs": {
44908
+ "see": "{@link https://www.typescriptlang.org/tsconfig#declarationMap}",
44909
+ "stability": "experimental",
44910
+ "summary": "Generates a source map for .d.ts files which map back to the original .ts source file. This will allow editors such as VS Code to go to the original .ts file when using features like Go to Definition."
44911
+ },
44912
+ "immutable": true,
44913
+ "locationInModule": {
44914
+ "filename": "src/javascript/typescript-config.ts",
44915
+ "line": 187
44916
+ },
44917
+ "name": "declarationMap",
44918
+ "optional": true,
44919
+ "type": {
44920
+ "primitive": "boolean"
44921
+ }
44922
+ },
44905
44923
  {
44906
44924
  "abstract": true,
44907
44925
  "docs": {
@@ -44912,7 +44930,7 @@
44912
44930
  "immutable": true,
44913
44931
  "locationInModule": {
44914
44932
  "filename": "src/javascript/typescript-config.ts",
44915
- "line": 331
44933
+ "line": 338
44916
44934
  },
44917
44935
  "name": "emitDeclarationOnly",
44918
44936
  "optional": true,
@@ -44932,7 +44950,7 @@
44932
44950
  "immutable": true,
44933
44951
  "locationInModule": {
44934
44952
  "filename": "src/javascript/typescript-config.ts",
44935
- "line": 215
44953
+ "line": 222
44936
44954
  },
44937
44955
  "name": "emitDecoratorMetadata",
44938
44956
  "optional": true,
@@ -44950,7 +44968,7 @@
44950
44968
  "immutable": true,
44951
44969
  "locationInModule": {
44952
44970
  "filename": "src/javascript/typescript-config.ts",
44953
- "line": 197
44971
+ "line": 204
44954
44972
  },
44955
44973
  "name": "esModuleInterop",
44956
44974
  "optional": true,
@@ -44968,7 +44986,7 @@
44968
44986
  "immutable": true,
44969
44987
  "locationInModule": {
44970
44988
  "filename": "src/javascript/typescript-config.ts",
44971
- "line": 506
44989
+ "line": 513
44972
44990
  },
44973
44991
  "name": "exactOptionalPropertyTypes",
44974
44992
  "optional": true,
@@ -44986,7 +45004,7 @@
44986
45004
  "immutable": true,
44987
45005
  "locationInModule": {
44988
45006
  "filename": "src/javascript/typescript-config.ts",
44989
- "line": 204
45007
+ "line": 211
44990
45008
  },
44991
45009
  "name": "experimentalDecorators",
44992
45010
  "optional": true,
@@ -45004,7 +45022,7 @@
45004
45022
  "immutable": true,
45005
45023
  "locationInModule": {
45006
45024
  "filename": "src/javascript/typescript-config.ts",
45007
- "line": 222
45025
+ "line": 229
45008
45026
  },
45009
45027
  "name": "forceConsistentCasingInFileNames",
45010
45028
  "optional": true,
@@ -45026,7 +45044,7 @@
45026
45044
  "immutable": true,
45027
45045
  "locationInModule": {
45028
45046
  "filename": "src/javascript/typescript-config.ts",
45029
- "line": 242
45047
+ "line": 249
45030
45048
  },
45031
45049
  "name": "importsNotUsedAsValues",
45032
45050
  "optional": true,
@@ -45044,7 +45062,7 @@
45044
45062
  "immutable": true,
45045
45063
  "locationInModule": {
45046
45064
  "filename": "src/javascript/typescript-config.ts",
45047
- "line": 250
45065
+ "line": 257
45048
45066
  },
45049
45067
  "name": "inlineSourceMap",
45050
45068
  "optional": true,
@@ -45062,7 +45080,7 @@
45062
45080
  "immutable": true,
45063
45081
  "locationInModule": {
45064
45082
  "filename": "src/javascript/typescript-config.ts",
45065
- "line": 258
45083
+ "line": 265
45066
45084
  },
45067
45085
  "name": "inlineSources",
45068
45086
  "optional": true,
@@ -45083,7 +45101,7 @@
45083
45101
  "immutable": true,
45084
45102
  "locationInModule": {
45085
45103
  "filename": "src/javascript/typescript-config.ts",
45086
- "line": 281
45104
+ "line": 288
45087
45105
  },
45088
45106
  "name": "isolatedModules",
45089
45107
  "optional": true,
@@ -45101,7 +45119,7 @@
45101
45119
  "immutable": true,
45102
45120
  "locationInModule": {
45103
45121
  "filename": "src/javascript/typescript-config.ts",
45104
- "line": 288
45122
+ "line": 295
45105
45123
  },
45106
45124
  "name": "jsx",
45107
45125
  "optional": true,
@@ -45119,7 +45137,7 @@
45119
45137
  "immutable": true,
45120
45138
  "locationInModule": {
45121
45139
  "filename": "src/javascript/typescript-config.ts",
45122
- "line": 295
45140
+ "line": 302
45123
45141
  },
45124
45142
  "name": "jsxImportSource",
45125
45143
  "optional": true,
@@ -45138,7 +45156,7 @@
45138
45156
  "immutable": true,
45139
45157
  "locationInModule": {
45140
45158
  "filename": "src/javascript/typescript-config.ts",
45141
- "line": 302
45159
+ "line": 309
45142
45160
  },
45143
45161
  "name": "lib",
45144
45162
  "optional": true,
@@ -45162,7 +45180,7 @@
45162
45180
  "immutable": true,
45163
45181
  "locationInModule": {
45164
45182
  "filename": "src/javascript/typescript-config.ts",
45165
- "line": 310
45183
+ "line": 317
45166
45184
  },
45167
45185
  "name": "module",
45168
45186
  "optional": true,
@@ -45181,7 +45199,7 @@
45181
45199
  "immutable": true,
45182
45200
  "locationInModule": {
45183
45201
  "filename": "src/javascript/typescript-config.ts",
45184
- "line": 317
45202
+ "line": 324
45185
45203
  },
45186
45204
  "name": "moduleResolution",
45187
45205
  "optional": true,
@@ -45199,7 +45217,7 @@
45199
45217
  "immutable": true,
45200
45218
  "locationInModule": {
45201
45219
  "filename": "src/javascript/typescript-config.ts",
45202
- "line": 324
45220
+ "line": 331
45203
45221
  },
45204
45222
  "name": "noEmit",
45205
45223
  "optional": true,
@@ -45217,7 +45235,7 @@
45217
45235
  "immutable": true,
45218
45236
  "locationInModule": {
45219
45237
  "filename": "src/javascript/typescript-config.ts",
45220
- "line": 339
45238
+ "line": 346
45221
45239
  },
45222
45240
  "name": "noEmitOnError",
45223
45241
  "optional": true,
@@ -45236,7 +45254,7 @@
45236
45254
  "immutable": true,
45237
45255
  "locationInModule": {
45238
45256
  "filename": "src/javascript/typescript-config.ts",
45239
- "line": 348
45257
+ "line": 355
45240
45258
  },
45241
45259
  "name": "noFallthroughCasesInSwitch",
45242
45260
  "optional": true,
@@ -45254,7 +45272,7 @@
45254
45272
  "immutable": true,
45255
45273
  "locationInModule": {
45256
45274
  "filename": "src/javascript/typescript-config.ts",
45257
- "line": 356
45275
+ "line": 363
45258
45276
  },
45259
45277
  "name": "noImplicitAny",
45260
45278
  "optional": true,
@@ -45273,7 +45291,7 @@
45273
45291
  "immutable": true,
45274
45292
  "locationInModule": {
45275
45293
  "filename": "src/javascript/typescript-config.ts",
45276
- "line": 367
45294
+ "line": 374
45277
45295
  },
45278
45296
  "name": "noImplicitOverride",
45279
45297
  "optional": true,
@@ -45291,7 +45309,7 @@
45291
45309
  "immutable": true,
45292
45310
  "locationInModule": {
45293
45311
  "filename": "src/javascript/typescript-config.ts",
45294
- "line": 375
45312
+ "line": 382
45295
45313
  },
45296
45314
  "name": "noImplicitReturns",
45297
45315
  "optional": true,
@@ -45309,7 +45327,7 @@
45309
45327
  "immutable": true,
45310
45328
  "locationInModule": {
45311
45329
  "filename": "src/javascript/typescript-config.ts",
45312
- "line": 381
45330
+ "line": 388
45313
45331
  },
45314
45332
  "name": "noImplicitThis",
45315
45333
  "optional": true,
@@ -45327,7 +45345,7 @@
45327
45345
  "immutable": true,
45328
45346
  "locationInModule": {
45329
45347
  "filename": "src/javascript/typescript-config.ts",
45330
- "line": 388
45348
+ "line": 395
45331
45349
  },
45332
45350
  "name": "noPropertyAccessFromIndexSignature",
45333
45351
  "optional": true,
@@ -45345,7 +45363,7 @@
45345
45363
  "immutable": true,
45346
45364
  "locationInModule": {
45347
45365
  "filename": "src/javascript/typescript-config.ts",
45348
- "line": 395
45366
+ "line": 402
45349
45367
  },
45350
45368
  "name": "noUncheckedIndexedAccess",
45351
45369
  "optional": true,
@@ -45363,7 +45381,7 @@
45363
45381
  "immutable": true,
45364
45382
  "locationInModule": {
45365
45383
  "filename": "src/javascript/typescript-config.ts",
45366
- "line": 402
45384
+ "line": 409
45367
45385
  },
45368
45386
  "name": "noUnusedLocals",
45369
45387
  "optional": true,
@@ -45381,7 +45399,7 @@
45381
45399
  "immutable": true,
45382
45400
  "locationInModule": {
45383
45401
  "filename": "src/javascript/typescript-config.ts",
45384
- "line": 409
45402
+ "line": 416
45385
45403
  },
45386
45404
  "name": "noUnusedParameters",
45387
45405
  "optional": true,
@@ -45398,7 +45416,7 @@
45398
45416
  "immutable": true,
45399
45417
  "locationInModule": {
45400
45418
  "filename": "src/javascript/typescript-config.ts",
45401
- "line": 487
45419
+ "line": 494
45402
45420
  },
45403
45421
  "name": "outDir",
45404
45422
  "optional": true,
@@ -45416,7 +45434,7 @@
45416
45434
  "immutable": true,
45417
45435
  "locationInModule": {
45418
45436
  "filename": "src/javascript/typescript-config.ts",
45419
- "line": 527
45437
+ "line": 534
45420
45438
  },
45421
45439
  "name": "paths",
45422
45440
  "optional": true,
@@ -45444,7 +45462,7 @@
45444
45462
  "immutable": true,
45445
45463
  "locationInModule": {
45446
45464
  "filename": "src/javascript/typescript-config.ts",
45447
- "line": 417
45465
+ "line": 424
45448
45466
  },
45449
45467
  "name": "resolveJsonModule",
45450
45468
  "optional": true,
@@ -45462,7 +45480,7 @@
45462
45480
  "immutable": true,
45463
45481
  "locationInModule": {
45464
45482
  "filename": "src/javascript/typescript-config.ts",
45465
- "line": 466
45483
+ "line": 473
45466
45484
  },
45467
45485
  "name": "resolvePackageJsonExports",
45468
45486
  "optional": true,
@@ -45480,7 +45498,7 @@
45480
45498
  "immutable": true,
45481
45499
  "locationInModule": {
45482
45500
  "filename": "src/javascript/typescript-config.ts",
45483
- "line": 473
45501
+ "line": 480
45484
45502
  },
45485
45503
  "name": "resolvePackageJsonImports",
45486
45504
  "optional": true,
@@ -45498,7 +45516,7 @@
45498
45516
  "immutable": true,
45499
45517
  "locationInModule": {
45500
45518
  "filename": "src/javascript/typescript-config.ts",
45501
- "line": 494
45519
+ "line": 501
45502
45520
  },
45503
45521
  "name": "rootDir",
45504
45522
  "optional": true,
@@ -45516,7 +45534,7 @@
45516
45534
  "immutable": true,
45517
45535
  "locationInModule": {
45518
45536
  "filename": "src/javascript/typescript-config.ts",
45519
- "line": 424
45537
+ "line": 431
45520
45538
  },
45521
45539
  "name": "skipLibCheck",
45522
45540
  "optional": true,
@@ -45534,7 +45552,7 @@
45534
45552
  "immutable": true,
45535
45553
  "locationInModule": {
45536
45554
  "filename": "src/javascript/typescript-config.ts",
45537
- "line": 265
45555
+ "line": 272
45538
45556
  },
45539
45557
  "name": "sourceMap",
45540
45558
  "optional": true,
@@ -45552,7 +45570,7 @@
45552
45570
  "immutable": true,
45553
45571
  "locationInModule": {
45554
45572
  "filename": "src/javascript/typescript-config.ts",
45555
- "line": 273
45573
+ "line": 280
45556
45574
  },
45557
45575
  "name": "sourceRoot",
45558
45576
  "optional": true,
@@ -45571,7 +45589,7 @@
45571
45589
  "immutable": true,
45572
45590
  "locationInModule": {
45573
45591
  "filename": "src/javascript/typescript-config.ts",
45574
- "line": 434
45592
+ "line": 441
45575
45593
  },
45576
45594
  "name": "strict",
45577
45595
  "optional": true,
@@ -45590,7 +45608,7 @@
45590
45608
  "immutable": true,
45591
45609
  "locationInModule": {
45592
45610
  "filename": "src/javascript/typescript-config.ts",
45593
- "line": 444
45611
+ "line": 451
45594
45612
  },
45595
45613
  "name": "strictNullChecks",
45596
45614
  "optional": true,
@@ -45608,7 +45626,7 @@
45608
45626
  "immutable": true,
45609
45627
  "locationInModule": {
45610
45628
  "filename": "src/javascript/typescript-config.ts",
45611
- "line": 452
45629
+ "line": 459
45612
45630
  },
45613
45631
  "name": "strictPropertyInitialization",
45614
45632
  "optional": true,
@@ -45626,7 +45644,7 @@
45626
45644
  "immutable": true,
45627
45645
  "locationInModule": {
45628
45646
  "filename": "src/javascript/typescript-config.ts",
45629
- "line": 459
45647
+ "line": 466
45630
45648
  },
45631
45649
  "name": "stripInternal",
45632
45650
  "optional": true,
@@ -45645,7 +45663,7 @@
45645
45663
  "immutable": true,
45646
45664
  "locationInModule": {
45647
45665
  "filename": "src/javascript/typescript-config.ts",
45648
- "line": 482
45666
+ "line": 489
45649
45667
  },
45650
45668
  "name": "target",
45651
45669
  "optional": true,
@@ -45653,6 +45671,29 @@
45653
45671
  "primitive": "string"
45654
45672
  }
45655
45673
  },
45674
+ {
45675
+ "abstract": true,
45676
+ "docs": {
45677
+ "see": "{@link https://www.typescriptlang.org/tsconfig#types}",
45678
+ "stability": "experimental",
45679
+ "summary": "If types is specified, only packages listed will be included in the global scope."
45680
+ },
45681
+ "immutable": true,
45682
+ "locationInModule": {
45683
+ "filename": "src/javascript/typescript-config.ts",
45684
+ "line": 540
45685
+ },
45686
+ "name": "types",
45687
+ "optional": true,
45688
+ "type": {
45689
+ "collection": {
45690
+ "elementtype": {
45691
+ "primitive": "string"
45692
+ },
45693
+ "kind": "array"
45694
+ }
45695
+ }
45696
+ },
45656
45697
  {
45657
45698
  "abstract": true,
45658
45699
  "docs": {
@@ -45663,7 +45704,7 @@
45663
45704
  "immutable": true,
45664
45705
  "locationInModule": {
45665
45706
  "filename": "src/javascript/typescript-config.ts",
45666
- "line": 513
45707
+ "line": 520
45667
45708
  },
45668
45709
  "name": "useUnknownInCatchVariables",
45669
45710
  "optional": true,
@@ -45682,7 +45723,7 @@
45682
45723
  "immutable": true,
45683
45724
  "locationInModule": {
45684
45725
  "filename": "src/javascript/typescript-config.ts",
45685
- "line": 230
45726
+ "line": 237
45686
45727
  },
45687
45728
  "name": "verbatimModuleSyntax",
45688
45729
  "optional": true,
@@ -45863,7 +45904,7 @@
45863
45904
  },
45864
45905
  "locationInModule": {
45865
45906
  "filename": "src/javascript/typescript-config.ts",
45866
- "line": 579
45907
+ "line": 592
45867
45908
  },
45868
45909
  "parameters": [
45869
45910
  {
@@ -45883,7 +45924,7 @@
45883
45924
  "kind": "class",
45884
45925
  "locationInModule": {
45885
45926
  "filename": "src/javascript/typescript-config.ts",
45886
- "line": 571
45927
+ "line": 584
45887
45928
  },
45888
45929
  "methods": [
45889
45930
  {
@@ -45892,7 +45933,7 @@
45892
45933
  },
45893
45934
  "locationInModule": {
45894
45935
  "filename": "src/javascript/typescript-config.ts",
45895
- "line": 701
45936
+ "line": 714
45896
45937
  },
45897
45938
  "name": "addExclude",
45898
45939
  "parameters": [
@@ -45914,7 +45955,7 @@
45914
45955
  },
45915
45956
  "locationInModule": {
45916
45957
  "filename": "src/javascript/typescript-config.ts",
45917
- "line": 690
45958
+ "line": 703
45918
45959
  },
45919
45960
  "name": "addExtends",
45920
45961
  "parameters": [
@@ -45935,7 +45976,7 @@
45935
45976
  },
45936
45977
  "locationInModule": {
45937
45978
  "filename": "src/javascript/typescript-config.ts",
45938
- "line": 697
45979
+ "line": 710
45939
45980
  },
45940
45981
  "name": "addInclude",
45941
45982
  "parameters": [
@@ -45954,7 +45995,7 @@
45954
45995
  },
45955
45996
  "locationInModule": {
45956
45997
  "filename": "src/javascript/typescript-config.ts",
45957
- "line": 705
45998
+ "line": 718
45958
45999
  },
45959
46000
  "name": "preSynthesize",
45960
46001
  "overrides": "projen.Component"
@@ -45969,7 +46010,7 @@
45969
46010
  },
45970
46011
  "locationInModule": {
45971
46012
  "filename": "src/javascript/typescript-config.ts",
45972
- "line": 629
46013
+ "line": 642
45973
46014
  },
45974
46015
  "name": "resolveExtendsPath",
45975
46016
  "parameters": [
@@ -46000,7 +46041,7 @@
46000
46041
  "immutable": true,
46001
46042
  "locationInModule": {
46002
46043
  "filename": "src/javascript/typescript-config.ts",
46003
- "line": 573
46044
+ "line": 586
46004
46045
  },
46005
46046
  "name": "compilerOptions",
46006
46047
  "type": {
@@ -46014,7 +46055,7 @@
46014
46055
  "immutable": true,
46015
46056
  "locationInModule": {
46016
46057
  "filename": "src/javascript/typescript-config.ts",
46017
- "line": 575
46058
+ "line": 588
46018
46059
  },
46019
46060
  "name": "exclude",
46020
46061
  "type": {
@@ -46034,7 +46075,7 @@
46034
46075
  "immutable": true,
46035
46076
  "locationInModule": {
46036
46077
  "filename": "src/javascript/typescript-config.ts",
46037
- "line": 676
46078
+ "line": 689
46038
46079
  },
46039
46080
  "name": "extends",
46040
46081
  "type": {
@@ -46053,7 +46094,7 @@
46053
46094
  "immutable": true,
46054
46095
  "locationInModule": {
46055
46096
  "filename": "src/javascript/typescript-config.ts",
46056
- "line": 577
46097
+ "line": 590
46057
46098
  },
46058
46099
  "name": "file",
46059
46100
  "type": {
@@ -46067,7 +46108,7 @@
46067
46108
  "immutable": true,
46068
46109
  "locationInModule": {
46069
46110
  "filename": "src/javascript/typescript-config.ts",
46070
- "line": 576
46111
+ "line": 589
46071
46112
  },
46072
46113
  "name": "fileName",
46073
46114
  "type": {
@@ -46081,7 +46122,7 @@
46081
46122
  "immutable": true,
46082
46123
  "locationInModule": {
46083
46124
  "filename": "src/javascript/typescript-config.ts",
46084
- "line": 574
46125
+ "line": 587
46085
46126
  },
46086
46127
  "name": "include",
46087
46128
  "type": {
@@ -46106,7 +46147,7 @@
46106
46147
  "kind": "class",
46107
46148
  "locationInModule": {
46108
46149
  "filename": "src/javascript/typescript-config.ts",
46109
- "line": 534
46150
+ "line": 547
46110
46151
  },
46111
46152
  "methods": [
46112
46153
  {
@@ -46119,7 +46160,7 @@
46119
46160
  },
46120
46161
  "locationInModule": {
46121
46162
  "filename": "src/javascript/typescript-config.ts",
46122
- "line": 543
46163
+ "line": 556
46123
46164
  },
46124
46165
  "name": "fromPaths",
46125
46166
  "parameters": [
@@ -46155,7 +46196,7 @@
46155
46196
  },
46156
46197
  "locationInModule": {
46157
46198
  "filename": "src/javascript/typescript-config.ts",
46158
- "line": 555
46199
+ "line": 568
46159
46200
  },
46160
46201
  "name": "fromTypescriptConfigs",
46161
46202
  "parameters": [
@@ -46187,7 +46228,7 @@
46187
46228
  },
46188
46229
  "locationInModule": {
46189
46230
  "filename": "src/javascript/typescript-config.ts",
46190
- "line": 566
46231
+ "line": 579
46191
46232
  },
46192
46233
  "name": "toJSON",
46193
46234
  "returns": {
@@ -56263,6 +56304,6 @@
56263
56304
  "symbolId": "src/web/tailwind:TailwindConfigOptions"
56264
56305
  }
56265
56306
  },
56266
- "version": "0.74.13",
56267
- "fingerprint": "/S9uoRYm+Uj+afEgoHDuvPkdGIadoaigyqxm8Q69A2g="
56307
+ "version": "0.74.14",
56308
+ "fingerprint": "9zDYxHjGM9TPN3CEFBJW1lIZzDrk6sxwEjWzbbSxpCY="
56268
56309
  }
package/docs/api/API.md CHANGED
@@ -18562,6 +18562,7 @@ Name | Type | Description
18562
18562
  **customConditions**?๐Ÿ”น | <code>Array<string></code> | List of additional conditions that should succeed when TypeScript resolves from an `exports` or `imports` field of a `package.json`.<br/>__*Default*__: undefined
18563
18563
  **declaration**?๐Ÿ”น | <code>boolean</code> | To be specified along with the above.<br/>__*Optional*__
18564
18564
  **declarationDir**?๐Ÿ”น | <code>string</code> | Offers a way to configure the root directory for where declaration files are emitted.<br/>__*Optional*__
18565
+ **declarationMap**?๐Ÿ”น | <code>boolean</code> | Generates a source map for .d.ts files which map back to the original .ts source file. This will allow editors such as VS Code to go to the original .ts file when using features like Go to Definition.<br/>__*Optional*__
18565
18566
  **emitDeclarationOnly**?๐Ÿ”น | <code>boolean</code> | Only emit .d.ts files; do not emit .js files.<br/>__*Default*__: false
18566
18567
  **emitDecoratorMetadata**?๐Ÿ”น | <code>boolean</code> | Enables experimental support for decorators, which is in stage 2 of the TC39 standardization process.<br/>__*Default*__: undefined
18567
18568
  **esModuleInterop**?๐Ÿ”น | <code>boolean</code> | Emit __importStar and __importDefault helpers for runtime babel ecosystem compatibility and enable --allowSyntheticDefaultImports for typesystem compatibility.<br/>__*Default*__: false
@@ -18602,6 +18603,7 @@ Name | Type | Description
18602
18603
  **strictPropertyInitialization**?๐Ÿ”น | <code>boolean</code> | When set to true, TypeScript will raise an error when a class property was declared but not set in the constructor.<br/>__*Default*__: true
18603
18604
  **stripInternal**?๐Ÿ”น | <code>boolean</code> | Do not emit declarations for code that has an `@internal` annotation in itโ€™s JSDoc comment.<br/>__*Default*__: true
18604
18605
  **target**?๐Ÿ”น | <code>string</code> | Modern browsers support all ES6 features, so ES6 is a good choice.<br/>__*Default*__: "ES2018"
18606
+ **types**?๐Ÿ”น | <code>Array<string></code> | If types is specified, only packages listed will be included in the global scope.<br/>__*Optional*__
18605
18607
  **useUnknownInCatchVariables**?๐Ÿ”น | <code>boolean</code> | Change the type of the variable in a catch clause from any to unknown Available with TypeScript 4.4 and newer.<br/>__*Default*__: true
18606
18608
  **verbatimModuleSyntax**?๐Ÿ”น | <code>boolean</code> | Simplifies TypeScript's handling of import/export `type` modifiers.<br/>__*Default*__: undefined
18607
18609