projen 0.82.0 → 0.82.2

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 (135) hide show
  1. package/.jsii +166 -82
  2. package/lib/awscdk/auto-discover.js +5 -5
  3. package/lib/awscdk/awscdk-app-java.js +1 -1
  4. package/lib/awscdk/awscdk-app-py.js +1 -1
  5. package/lib/awscdk/awscdk-app-ts.js +1 -1
  6. package/lib/awscdk/awscdk-construct.js +2 -2
  7. package/lib/awscdk/awscdk-deps-java.js +1 -1
  8. package/lib/awscdk/awscdk-deps-js.js +1 -1
  9. package/lib/awscdk/awscdk-deps-py.js +1 -1
  10. package/lib/awscdk/awscdk-deps.js +1 -1
  11. package/lib/awscdk/cdk-config.js +1 -1
  12. package/lib/awscdk/cdk-tasks.js +1 -1
  13. package/lib/awscdk/integration-test.js +1 -1
  14. package/lib/awscdk/lambda-extension.js +1 -1
  15. package/lib/awscdk/lambda-function.js +2 -2
  16. package/lib/build/build-workflow.js +1 -1
  17. package/lib/cdk/auto-discover-base.js +2 -2
  18. package/lib/cdk/construct-lib.js +1 -1
  19. package/lib/cdk/integration-test-base.js +1 -1
  20. package/lib/cdk/jsii-docgen.js +1 -1
  21. package/lib/cdk/jsii-project.js +1 -1
  22. package/lib/cdk8s/auto-discover.js +2 -2
  23. package/lib/cdk8s/cdk8s-app-py.js +1 -1
  24. package/lib/cdk8s/cdk8s-app-ts.js +1 -1
  25. package/lib/cdk8s/cdk8s-construct.js +1 -1
  26. package/lib/cdk8s/cdk8s-deps-py.js +1 -1
  27. package/lib/cdk8s/cdk8s-deps.js +1 -1
  28. package/lib/cdk8s/integration-test.js +1 -1
  29. package/lib/cdktf/cdktf-construct.js +1 -1
  30. package/lib/circleci/circleci.js +1 -1
  31. package/lib/component.js +1 -1
  32. package/lib/dependencies.js +1 -1
  33. package/lib/dev-env.js +1 -1
  34. package/lib/docker-compose/docker-compose-service.js +1 -1
  35. package/lib/docker-compose/docker-compose.js +1 -1
  36. package/lib/file.js +1 -1
  37. package/lib/gitattributes.js +1 -1
  38. package/lib/github/actions-provider.js +1 -1
  39. package/lib/github/auto-approve.js +1 -1
  40. package/lib/github/auto-merge.js +1 -1
  41. package/lib/github/dependabot.js +1 -1
  42. package/lib/github/github-credentials.js +1 -1
  43. package/lib/github/github-project.js +1 -1
  44. package/lib/github/github.js +1 -1
  45. package/lib/github/mergify.js +1 -1
  46. package/lib/github/pr-template.js +1 -1
  47. package/lib/github/pull-request-backport.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-job.js +1 -1
  51. package/lib/github/task-workflow.js +1 -1
  52. package/lib/github/workflow-actions.js +1 -1
  53. package/lib/github/workflow-jobs.js +1 -1
  54. package/lib/github/workflow-steps.js +1 -1
  55. package/lib/github/workflows.js +1 -1
  56. package/lib/gitlab/configuration.js +1 -1
  57. package/lib/gitlab/gitlab-configuration.js +1 -1
  58. package/lib/gitlab/nested-configuration.js +1 -1
  59. package/lib/gitpod.js +1 -1
  60. package/lib/ignore-file.js +1 -1
  61. package/lib/ini.js +1 -1
  62. package/lib/java/java-project.js +1 -1
  63. package/lib/java/junit.js +1 -1
  64. package/lib/java/maven-compile.js +1 -1
  65. package/lib/java/maven-packaging.js +1 -1
  66. package/lib/java/maven-sample.js +1 -1
  67. package/lib/java/pom.js +1 -1
  68. package/lib/java/projenrc.js +1 -1
  69. package/lib/javascript/bundler.js +1 -1
  70. package/lib/javascript/eslint.js +1 -1
  71. package/lib/javascript/jest.js +4 -4
  72. package/lib/javascript/license-checker.js +1 -1
  73. package/lib/javascript/node-package.js +1 -1
  74. package/lib/javascript/node-project.js +1 -1
  75. package/lib/javascript/npm-config.js +1 -1
  76. package/lib/javascript/prettier.js +1 -1
  77. package/lib/javascript/projenrc.js +1 -1
  78. package/lib/javascript/typescript-config.d.ts +37 -1
  79. package/lib/javascript/typescript-config.js +30 -4
  80. package/lib/javascript/upgrade-dependencies.js +2 -2
  81. package/lib/javascript/yarnrc.js +1 -1
  82. package/lib/json-patch.js +1 -1
  83. package/lib/json.js +1 -1
  84. package/lib/license.js +1 -1
  85. package/lib/logger.js +1 -1
  86. package/lib/makefile.js +1 -1
  87. package/lib/object-file.js +1 -1
  88. package/lib/project-build.js +1 -1
  89. package/lib/project-tree.js +1 -1
  90. package/lib/project.js +1 -1
  91. package/lib/projects.js +1 -1
  92. package/lib/projenrc-json.js +2 -2
  93. package/lib/projenrc.js +1 -1
  94. package/lib/python/pip.js +1 -1
  95. package/lib/python/poetry.js +2 -2
  96. package/lib/python/projenrc.js +1 -1
  97. package/lib/python/pytest-sample.js +1 -1
  98. package/lib/python/pytest.js +1 -1
  99. package/lib/python/python-project.js +1 -1
  100. package/lib/python/python-sample.js +1 -1
  101. package/lib/python/requirements-file.js +1 -1
  102. package/lib/python/setuppy.js +1 -1
  103. package/lib/python/setuptools.js +1 -1
  104. package/lib/python/venv.js +1 -1
  105. package/lib/readme.js +1 -1
  106. package/lib/release/publisher.js +1 -1
  107. package/lib/release/release-trigger.js +1 -1
  108. package/lib/release/release.js +1 -1
  109. package/lib/renovatebot.js +1 -1
  110. package/lib/sample-file.js +2 -2
  111. package/lib/semver.js +1 -1
  112. package/lib/source-code.js +1 -1
  113. package/lib/task-runtime.js +1 -1
  114. package/lib/task.js +1 -1
  115. package/lib/tasks.js +1 -1
  116. package/lib/testing.js +1 -1
  117. package/lib/textfile.js +1 -1
  118. package/lib/toml.js +1 -1
  119. package/lib/typescript/projenrc-ts.js +1 -1
  120. package/lib/typescript/projenrc.js +1 -1
  121. package/lib/typescript/typescript-typedoc.js +1 -1
  122. package/lib/typescript/typescript.js +6 -6
  123. package/lib/version.js +2 -2
  124. package/lib/vscode/devcontainer.js +1 -1
  125. package/lib/vscode/extensions.js +1 -1
  126. package/lib/vscode/launch-config.js +1 -1
  127. package/lib/vscode/settings.js +1 -1
  128. package/lib/vscode/vscode.js +1 -1
  129. package/lib/web/next.js +3 -3
  130. package/lib/web/postcss.js +1 -1
  131. package/lib/web/react.js +4 -4
  132. package/lib/web/tailwind.js +1 -1
  133. package/lib/xmlfile.js +1 -1
  134. package/lib/yaml.js +1 -1
  135. package/package.json +1 -1
package/.jsii CHANGED
@@ -47841,7 +47841,7 @@
47841
47841
  "kind": "interface",
47842
47842
  "locationInModule": {
47843
47843
  "filename": "src/javascript/typescript-config.ts",
47844
- "line": 144
47844
+ "line": 172
47845
47845
  },
47846
47846
  "name": "TypeScriptCompilerOptions",
47847
47847
  "namespace": "javascript",
@@ -47857,7 +47857,7 @@
47857
47857
  "immutable": true,
47858
47858
  "locationInModule": {
47859
47859
  "filename": "src/javascript/typescript-config.ts",
47860
- "line": 166
47860
+ "line": 194
47861
47861
  },
47862
47862
  "name": "allowArbitraryExtensions",
47863
47863
  "optional": true,
@@ -47875,7 +47875,7 @@
47875
47875
  "immutable": true,
47876
47876
  "locationInModule": {
47877
47877
  "filename": "src/javascript/typescript-config.ts",
47878
- "line": 158
47878
+ "line": 186
47879
47879
  },
47880
47880
  "name": "allowImportingTsExtensions",
47881
47881
  "optional": true,
@@ -47893,7 +47893,7 @@
47893
47893
  "immutable": true,
47894
47894
  "locationInModule": {
47895
47895
  "filename": "src/javascript/typescript-config.ts",
47896
- "line": 150
47896
+ "line": 178
47897
47897
  },
47898
47898
  "name": "allowJs",
47899
47899
  "optional": true,
@@ -47911,7 +47911,7 @@
47911
47911
  "immutable": true,
47912
47912
  "locationInModule": {
47913
47913
  "filename": "src/javascript/typescript-config.ts",
47914
- "line": 521
47914
+ "line": 556
47915
47915
  },
47916
47916
  "name": "allowSyntheticDefaultImports",
47917
47917
  "optional": true,
@@ -47930,7 +47930,7 @@
47930
47930
  "immutable": true,
47931
47931
  "locationInModule": {
47932
47932
  "filename": "src/javascript/typescript-config.ts",
47933
- "line": 613
47933
+ "line": 654
47934
47934
  },
47935
47935
  "name": "allowUnreachableCode",
47936
47936
  "optional": true,
@@ -47949,7 +47949,7 @@
47949
47949
  "immutable": true,
47950
47950
  "locationInModule": {
47951
47951
  "filename": "src/javascript/typescript-config.ts",
47952
- "line": 598
47952
+ "line": 639
47953
47953
  },
47954
47954
  "name": "allowUnusedLabels",
47955
47955
  "optional": true,
@@ -47967,7 +47967,7 @@
47967
47967
  "immutable": true,
47968
47968
  "locationInModule": {
47969
47969
  "filename": "src/javascript/typescript-config.ts",
47970
- "line": 174
47970
+ "line": 202
47971
47971
  },
47972
47972
  "name": "alwaysStrict",
47973
47973
  "optional": true,
@@ -47985,7 +47985,7 @@
47985
47985
  "immutable": true,
47986
47986
  "locationInModule": {
47987
47987
  "filename": "src/javascript/typescript-config.ts",
47988
- "line": 542
47988
+ "line": 577
47989
47989
  },
47990
47990
  "name": "baseUrl",
47991
47991
  "optional": true,
@@ -48007,7 +48007,7 @@
48007
48007
  "immutable": true,
48008
48008
  "locationInModule": {
48009
48009
  "filename": "src/javascript/typescript-config.ts",
48010
- "line": 624
48010
+ "line": 665
48011
48011
  },
48012
48012
  "name": "checkJs",
48013
48013
  "optional": true,
@@ -48026,7 +48026,7 @@
48026
48026
  "immutable": true,
48027
48027
  "locationInModule": {
48028
48028
  "filename": "src/javascript/typescript-config.ts",
48029
- "line": 210
48029
+ "line": 238
48030
48030
  },
48031
48031
  "name": "customConditions",
48032
48032
  "optional": true,
@@ -48048,7 +48048,7 @@
48048
48048
  "immutable": true,
48049
48049
  "locationInModule": {
48050
48050
  "filename": "src/javascript/typescript-config.ts",
48051
- "line": 186
48051
+ "line": 214
48052
48052
  },
48053
48053
  "name": "declaration",
48054
48054
  "optional": true,
@@ -48065,7 +48065,7 @@
48065
48065
  "immutable": true,
48066
48066
  "locationInModule": {
48067
48067
  "filename": "src/javascript/typescript-config.ts",
48068
- "line": 180
48068
+ "line": 208
48069
48069
  },
48070
48070
  "name": "declarationDir",
48071
48071
  "optional": true,
@@ -48083,7 +48083,7 @@
48083
48083
  "immutable": true,
48084
48084
  "locationInModule": {
48085
48085
  "filename": "src/javascript/typescript-config.ts",
48086
- "line": 193
48086
+ "line": 221
48087
48087
  },
48088
48088
  "name": "declarationMap",
48089
48089
  "optional": true,
@@ -48101,7 +48101,7 @@
48101
48101
  "immutable": true,
48102
48102
  "locationInModule": {
48103
48103
  "filename": "src/javascript/typescript-config.ts",
48104
- "line": 202
48104
+ "line": 230
48105
48105
  },
48106
48106
  "name": "downlevelIteration",
48107
48107
  "optional": true,
@@ -48119,7 +48119,7 @@
48119
48119
  "immutable": true,
48120
48120
  "locationInModule": {
48121
48121
  "filename": "src/javascript/typescript-config.ts",
48122
- "line": 353
48122
+ "line": 388
48123
48123
  },
48124
48124
  "name": "emitDeclarationOnly",
48125
48125
  "optional": true,
@@ -48139,7 +48139,7 @@
48139
48139
  "immutable": true,
48140
48140
  "locationInModule": {
48141
48141
  "filename": "src/javascript/typescript-config.ts",
48142
- "line": 237
48142
+ "line": 265
48143
48143
  },
48144
48144
  "name": "emitDecoratorMetadata",
48145
48145
  "optional": true,
@@ -48157,7 +48157,7 @@
48157
48157
  "immutable": true,
48158
48158
  "locationInModule": {
48159
48159
  "filename": "src/javascript/typescript-config.ts",
48160
- "line": 219
48160
+ "line": 247
48161
48161
  },
48162
48162
  "name": "esModuleInterop",
48163
48163
  "optional": true,
@@ -48175,7 +48175,7 @@
48175
48175
  "immutable": true,
48176
48176
  "locationInModule": {
48177
48177
  "filename": "src/javascript/typescript-config.ts",
48178
- "line": 528
48178
+ "line": 563
48179
48179
  },
48180
48180
  "name": "exactOptionalPropertyTypes",
48181
48181
  "optional": true,
@@ -48193,7 +48193,7 @@
48193
48193
  "immutable": true,
48194
48194
  "locationInModule": {
48195
48195
  "filename": "src/javascript/typescript-config.ts",
48196
- "line": 226
48196
+ "line": 254
48197
48197
  },
48198
48198
  "name": "experimentalDecorators",
48199
48199
  "optional": true,
@@ -48211,7 +48211,7 @@
48211
48211
  "immutable": true,
48212
48212
  "locationInModule": {
48213
48213
  "filename": "src/javascript/typescript-config.ts",
48214
- "line": 244
48214
+ "line": 272
48215
48215
  },
48216
48216
  "name": "forceConsistentCasingInFileNames",
48217
48217
  "optional": true,
@@ -48233,7 +48233,7 @@
48233
48233
  "immutable": true,
48234
48234
  "locationInModule": {
48235
48235
  "filename": "src/javascript/typescript-config.ts",
48236
- "line": 264
48236
+ "line": 292
48237
48237
  },
48238
48238
  "name": "importsNotUsedAsValues",
48239
48239
  "optional": true,
@@ -48252,7 +48252,7 @@
48252
48252
  "immutable": true,
48253
48253
  "locationInModule": {
48254
48254
  "filename": "src/javascript/typescript-config.ts",
48255
- "line": 567
48255
+ "line": 608
48256
48256
  },
48257
48257
  "name": "incremental",
48258
48258
  "optional": true,
@@ -48270,7 +48270,7 @@
48270
48270
  "immutable": true,
48271
48271
  "locationInModule": {
48272
48272
  "filename": "src/javascript/typescript-config.ts",
48273
- "line": 272
48273
+ "line": 300
48274
48274
  },
48275
48275
  "name": "inlineSourceMap",
48276
48276
  "optional": true,
@@ -48288,7 +48288,7 @@
48288
48288
  "immutable": true,
48289
48289
  "locationInModule": {
48290
48290
  "filename": "src/javascript/typescript-config.ts",
48291
- "line": 280
48291
+ "line": 308
48292
48292
  },
48293
48293
  "name": "inlineSources",
48294
48294
  "optional": true,
@@ -48309,7 +48309,7 @@
48309
48309
  "immutable": true,
48310
48310
  "locationInModule": {
48311
48311
  "filename": "src/javascript/typescript-config.ts",
48312
- "line": 303
48312
+ "line": 331
48313
48313
  },
48314
48314
  "name": "isolatedModules",
48315
48315
  "optional": true,
@@ -48327,7 +48327,7 @@
48327
48327
  "immutable": true,
48328
48328
  "locationInModule": {
48329
48329
  "filename": "src/javascript/typescript-config.ts",
48330
- "line": 310
48330
+ "line": 338
48331
48331
  },
48332
48332
  "name": "jsx",
48333
48333
  "optional": true,
@@ -48345,7 +48345,7 @@
48345
48345
  "immutable": true,
48346
48346
  "locationInModule": {
48347
48347
  "filename": "src/javascript/typescript-config.ts",
48348
- "line": 317
48348
+ "line": 345
48349
48349
  },
48350
48350
  "name": "jsxImportSource",
48351
48351
  "optional": true,
@@ -48364,7 +48364,7 @@
48364
48364
  "immutable": true,
48365
48365
  "locationInModule": {
48366
48366
  "filename": "src/javascript/typescript-config.ts",
48367
- "line": 324
48367
+ "line": 352
48368
48368
  },
48369
48369
  "name": "lib",
48370
48370
  "optional": true,
@@ -48388,7 +48388,7 @@
48388
48388
  "immutable": true,
48389
48389
  "locationInModule": {
48390
48390
  "filename": "src/javascript/typescript-config.ts",
48391
- "line": 332
48391
+ "line": 367
48392
48392
  },
48393
48393
  "name": "module",
48394
48394
  "optional": true,
@@ -48396,6 +48396,24 @@
48396
48396
  "primitive": "string"
48397
48397
  }
48398
48398
  },
48399
+ {
48400
+ "abstract": true,
48401
+ "docs": {
48402
+ "default": "\"auto\"",
48403
+ "stability": "experimental",
48404
+ "summary": "This setting controls how TypeScript determines whether a file is a [script or a module](https://www.typescriptlang.org/docs/handbook/modules/theory.html#scripts-and-modules-in-javascript)."
48405
+ },
48406
+ "immutable": true,
48407
+ "locationInModule": {
48408
+ "filename": "src/javascript/typescript-config.ts",
48409
+ "line": 359
48410
+ },
48411
+ "name": "moduleDetection",
48412
+ "optional": true,
48413
+ "type": {
48414
+ "fqn": "projen.javascript.TypeScriptModuleDetection"
48415
+ }
48416
+ },
48399
48417
  {
48400
48418
  "abstract": true,
48401
48419
  "docs": {
@@ -48407,7 +48425,7 @@
48407
48425
  "immutable": true,
48408
48426
  "locationInModule": {
48409
48427
  "filename": "src/javascript/typescript-config.ts",
48410
- "line": 339
48428
+ "line": 374
48411
48429
  },
48412
48430
  "name": "moduleResolution",
48413
48431
  "optional": true,
@@ -48425,7 +48443,7 @@
48425
48443
  "immutable": true,
48426
48444
  "locationInModule": {
48427
48445
  "filename": "src/javascript/typescript-config.ts",
48428
- "line": 346
48446
+ "line": 381
48429
48447
  },
48430
48448
  "name": "noEmit",
48431
48449
  "optional": true,
@@ -48443,7 +48461,7 @@
48443
48461
  "immutable": true,
48444
48462
  "locationInModule": {
48445
48463
  "filename": "src/javascript/typescript-config.ts",
48446
- "line": 361
48464
+ "line": 396
48447
48465
  },
48448
48466
  "name": "noEmitOnError",
48449
48467
  "optional": true,
@@ -48462,7 +48480,7 @@
48462
48480
  "immutable": true,
48463
48481
  "locationInModule": {
48464
48482
  "filename": "src/javascript/typescript-config.ts",
48465
- "line": 370
48483
+ "line": 405
48466
48484
  },
48467
48485
  "name": "noFallthroughCasesInSwitch",
48468
48486
  "optional": true,
@@ -48480,7 +48498,7 @@
48480
48498
  "immutable": true,
48481
48499
  "locationInModule": {
48482
48500
  "filename": "src/javascript/typescript-config.ts",
48483
- "line": 378
48501
+ "line": 413
48484
48502
  },
48485
48503
  "name": "noImplicitAny",
48486
48504
  "optional": true,
@@ -48499,7 +48517,7 @@
48499
48517
  "immutable": true,
48500
48518
  "locationInModule": {
48501
48519
  "filename": "src/javascript/typescript-config.ts",
48502
- "line": 389
48520
+ "line": 424
48503
48521
  },
48504
48522
  "name": "noImplicitOverride",
48505
48523
  "optional": true,
@@ -48517,7 +48535,7 @@
48517
48535
  "immutable": true,
48518
48536
  "locationInModule": {
48519
48537
  "filename": "src/javascript/typescript-config.ts",
48520
- "line": 397
48538
+ "line": 432
48521
48539
  },
48522
48540
  "name": "noImplicitReturns",
48523
48541
  "optional": true,
@@ -48535,7 +48553,7 @@
48535
48553
  "immutable": true,
48536
48554
  "locationInModule": {
48537
48555
  "filename": "src/javascript/typescript-config.ts",
48538
- "line": 403
48556
+ "line": 438
48539
48557
  },
48540
48558
  "name": "noImplicitThis",
48541
48559
  "optional": true,
@@ -48553,7 +48571,7 @@
48553
48571
  "immutable": true,
48554
48572
  "locationInModule": {
48555
48573
  "filename": "src/javascript/typescript-config.ts",
48556
- "line": 410
48574
+ "line": 445
48557
48575
  },
48558
48576
  "name": "noPropertyAccessFromIndexSignature",
48559
48577
  "optional": true,
@@ -48571,7 +48589,7 @@
48571
48589
  "immutable": true,
48572
48590
  "locationInModule": {
48573
48591
  "filename": "src/javascript/typescript-config.ts",
48574
- "line": 417
48592
+ "line": 452
48575
48593
  },
48576
48594
  "name": "noUncheckedIndexedAccess",
48577
48595
  "optional": true,
@@ -48589,7 +48607,7 @@
48589
48607
  "immutable": true,
48590
48608
  "locationInModule": {
48591
48609
  "filename": "src/javascript/typescript-config.ts",
48592
- "line": 424
48610
+ "line": 459
48593
48611
  },
48594
48612
  "name": "noUnusedLocals",
48595
48613
  "optional": true,
@@ -48607,7 +48625,7 @@
48607
48625
  "immutable": true,
48608
48626
  "locationInModule": {
48609
48627
  "filename": "src/javascript/typescript-config.ts",
48610
- "line": 431
48628
+ "line": 466
48611
48629
  },
48612
48630
  "name": "noUnusedParameters",
48613
48631
  "optional": true,
@@ -48624,7 +48642,7 @@
48624
48642
  "immutable": true,
48625
48643
  "locationInModule": {
48626
48644
  "filename": "src/javascript/typescript-config.ts",
48627
- "line": 509
48645
+ "line": 544
48628
48646
  },
48629
48647
  "name": "outDir",
48630
48648
  "optional": true,
@@ -48642,7 +48660,7 @@
48642
48660
  "immutable": true,
48643
48661
  "locationInModule": {
48644
48662
  "filename": "src/javascript/typescript-config.ts",
48645
- "line": 549
48663
+ "line": 584
48646
48664
  },
48647
48665
  "name": "paths",
48648
48666
  "optional": true,
@@ -48670,7 +48688,7 @@
48670
48688
  "immutable": true,
48671
48689
  "locationInModule": {
48672
48690
  "filename": "src/javascript/typescript-config.ts",
48673
- "line": 439
48691
+ "line": 474
48674
48692
  },
48675
48693
  "name": "resolveJsonModule",
48676
48694
  "optional": true,
@@ -48688,7 +48706,7 @@
48688
48706
  "immutable": true,
48689
48707
  "locationInModule": {
48690
48708
  "filename": "src/javascript/typescript-config.ts",
48691
- "line": 488
48709
+ "line": 523
48692
48710
  },
48693
48711
  "name": "resolvePackageJsonExports",
48694
48712
  "optional": true,
@@ -48706,7 +48724,7 @@
48706
48724
  "immutable": true,
48707
48725
  "locationInModule": {
48708
48726
  "filename": "src/javascript/typescript-config.ts",
48709
- "line": 495
48727
+ "line": 530
48710
48728
  },
48711
48729
  "name": "resolvePackageJsonImports",
48712
48730
  "optional": true,
@@ -48724,7 +48742,7 @@
48724
48742
  "immutable": true,
48725
48743
  "locationInModule": {
48726
48744
  "filename": "src/javascript/typescript-config.ts",
48727
- "line": 516
48745
+ "line": 551
48728
48746
  },
48729
48747
  "name": "rootDir",
48730
48748
  "optional": true,
@@ -48742,7 +48760,7 @@
48742
48760
  "immutable": true,
48743
48761
  "locationInModule": {
48744
48762
  "filename": "src/javascript/typescript-config.ts",
48745
- "line": 446
48763
+ "line": 481
48746
48764
  },
48747
48765
  "name": "skipLibCheck",
48748
48766
  "optional": true,
@@ -48760,7 +48778,7 @@
48760
48778
  "immutable": true,
48761
48779
  "locationInModule": {
48762
48780
  "filename": "src/javascript/typescript-config.ts",
48763
- "line": 287
48781
+ "line": 315
48764
48782
  },
48765
48783
  "name": "sourceMap",
48766
48784
  "optional": true,
@@ -48778,7 +48796,7 @@
48778
48796
  "immutable": true,
48779
48797
  "locationInModule": {
48780
48798
  "filename": "src/javascript/typescript-config.ts",
48781
- "line": 295
48799
+ "line": 323
48782
48800
  },
48783
48801
  "name": "sourceRoot",
48784
48802
  "optional": true,
@@ -48797,7 +48815,7 @@
48797
48815
  "immutable": true,
48798
48816
  "locationInModule": {
48799
48817
  "filename": "src/javascript/typescript-config.ts",
48800
- "line": 456
48818
+ "line": 491
48801
48819
  },
48802
48820
  "name": "strict",
48803
48821
  "optional": true,
@@ -48816,7 +48834,7 @@
48816
48834
  "immutable": true,
48817
48835
  "locationInModule": {
48818
48836
  "filename": "src/javascript/typescript-config.ts",
48819
- "line": 466
48837
+ "line": 501
48820
48838
  },
48821
48839
  "name": "strictNullChecks",
48822
48840
  "optional": true,
@@ -48834,7 +48852,7 @@
48834
48852
  "immutable": true,
48835
48853
  "locationInModule": {
48836
48854
  "filename": "src/javascript/typescript-config.ts",
48837
- "line": 474
48855
+ "line": 509
48838
48856
  },
48839
48857
  "name": "strictPropertyInitialization",
48840
48858
  "optional": true,
@@ -48852,7 +48870,7 @@
48852
48870
  "immutable": true,
48853
48871
  "locationInModule": {
48854
48872
  "filename": "src/javascript/typescript-config.ts",
48855
- "line": 481
48873
+ "line": 516
48856
48874
  },
48857
48875
  "name": "stripInternal",
48858
48876
  "optional": true,
@@ -48871,7 +48889,7 @@
48871
48889
  "immutable": true,
48872
48890
  "locationInModule": {
48873
48891
  "filename": "src/javascript/typescript-config.ts",
48874
- "line": 504
48892
+ "line": 539
48875
48893
  },
48876
48894
  "name": "target",
48877
48895
  "optional": true,
@@ -48889,7 +48907,7 @@
48889
48907
  "immutable": true,
48890
48908
  "locationInModule": {
48891
48909
  "filename": "src/javascript/typescript-config.ts",
48892
- "line": 573
48910
+ "line": 614
48893
48911
  },
48894
48912
  "name": "tsBuildInfoFile",
48895
48913
  "optional": true,
@@ -48900,14 +48918,37 @@
48900
48918
  {
48901
48919
  "abstract": true,
48902
48920
  "docs": {
48903
- "see": "{@link https://www.typescriptlang.org/tsconfig#types}",
48921
+ "see": "https://www.typescriptlang.org/tsconfig/#typeRoots",
48922
+ "stability": "experimental",
48923
+ "summary": "If typeRoots is specified, only packages under typeRoots will be included."
48924
+ },
48925
+ "immutable": true,
48926
+ "locationInModule": {
48927
+ "filename": "src/javascript/typescript-config.ts",
48928
+ "line": 590
48929
+ },
48930
+ "name": "typeRoots",
48931
+ "optional": true,
48932
+ "type": {
48933
+ "collection": {
48934
+ "elementtype": {
48935
+ "primitive": "string"
48936
+ },
48937
+ "kind": "array"
48938
+ }
48939
+ }
48940
+ },
48941
+ {
48942
+ "abstract": true,
48943
+ "docs": {
48944
+ "see": "https://www.typescriptlang.org/tsconfig#types",
48904
48945
  "stability": "experimental",
48905
48946
  "summary": "If types is specified, only packages listed will be included in the global scope."
48906
48947
  },
48907
48948
  "immutable": true,
48908
48949
  "locationInModule": {
48909
48950
  "filename": "src/javascript/typescript-config.ts",
48910
- "line": 555
48951
+ "line": 596
48911
48952
  },
48912
48953
  "name": "types",
48913
48954
  "optional": true,
@@ -48930,7 +48971,7 @@
48930
48971
  "immutable": true,
48931
48972
  "locationInModule": {
48932
48973
  "filename": "src/javascript/typescript-config.ts",
48933
- "line": 535
48974
+ "line": 570
48934
48975
  },
48935
48976
  "name": "useUnknownInCatchVariables",
48936
48977
  "optional": true,
@@ -48949,7 +48990,7 @@
48949
48990
  "immutable": true,
48950
48991
  "locationInModule": {
48951
48992
  "filename": "src/javascript/typescript-config.ts",
48952
- "line": 252
48993
+ "line": 280
48953
48994
  },
48954
48995
  "name": "verbatimModuleSyntax",
48955
48996
  "optional": true,
@@ -48971,7 +49012,7 @@
48971
49012
  "kind": "enum",
48972
49013
  "locationInModule": {
48973
49014
  "filename": "src/javascript/typescript-config.ts",
48974
- "line": 92
49015
+ "line": 120
48975
49016
  },
48976
49017
  "members": [
48977
49018
  {
@@ -49013,7 +49054,7 @@
49013
49054
  "kind": "enum",
49014
49055
  "locationInModule": {
49015
49056
  "filename": "src/javascript/typescript-config.ts",
49016
- "line": 115
49057
+ "line": 143
49017
49058
  },
49018
49059
  "members": [
49019
49060
  {
@@ -49057,6 +49098,49 @@
49057
49098
  "namespace": "javascript",
49058
49099
  "symbolId": "src/javascript/typescript-config:TypeScriptJsxMode"
49059
49100
  },
49101
+ "projen.javascript.TypeScriptModuleDetection": {
49102
+ "assembly": "projen",
49103
+ "docs": {
49104
+ "see": "https://www.typescriptlang.org/docs/handbook/modules/theory.html#scripts-and-modules-in-javascript",
49105
+ "stability": "experimental",
49106
+ "summary": "This setting controls how TypeScript determines whether a file is a script or a module."
49107
+ },
49108
+ "fqn": "projen.javascript.TypeScriptModuleDetection",
49109
+ "kind": "enum",
49110
+ "locationInModule": {
49111
+ "filename": "src/javascript/typescript-config.ts",
49112
+ "line": 92
49113
+ },
49114
+ "members": [
49115
+ {
49116
+ "docs": {
49117
+ "see": "https://www.typescriptlang.org/tsconfig/#moduleDetection",
49118
+ "stability": "experimental",
49119
+ "summary": "TypeScript will not only look for import and export statements, but it will also check whether the \"type\" field in a package.json is set to \"module\" when running with module: nodenext or node16, and check whether the current file is a JSX file when running under jsx: react-jsx."
49120
+ },
49121
+ "name": "AUTO"
49122
+ },
49123
+ {
49124
+ "docs": {
49125
+ "see": "https://www.typescriptlang.org/tsconfig/#moduleDetection",
49126
+ "stability": "experimental",
49127
+ "summary": "The same behavior as 4.6 and prior, usings import and export statements to determine whether a file is a module."
49128
+ },
49129
+ "name": "LEGACY"
49130
+ },
49131
+ {
49132
+ "docs": {
49133
+ "see": "https://www.typescriptlang.org/tsconfig/#moduleDetection",
49134
+ "stability": "experimental",
49135
+ "summary": "Ensures that every non-declaration file is treated as a module."
49136
+ },
49137
+ "name": "FORCE"
49138
+ }
49139
+ ],
49140
+ "name": "TypeScriptModuleDetection",
49141
+ "namespace": "javascript",
49142
+ "symbolId": "src/javascript/typescript-config:TypeScriptModuleDetection"
49143
+ },
49060
49144
  "projen.javascript.TypeScriptModuleResolution": {
49061
49145
  "assembly": "projen",
49062
49146
  "docs": {
@@ -49130,7 +49214,7 @@
49130
49214
  },
49131
49215
  "locationInModule": {
49132
49216
  "filename": "src/javascript/typescript-config.ts",
49133
- "line": 676
49217
+ "line": 717
49134
49218
  },
49135
49219
  "parameters": [
49136
49220
  {
@@ -49150,7 +49234,7 @@
49150
49234
  "kind": "class",
49151
49235
  "locationInModule": {
49152
49236
  "filename": "src/javascript/typescript-config.ts",
49153
- "line": 668
49237
+ "line": 709
49154
49238
  },
49155
49239
  "methods": [
49156
49240
  {
@@ -49159,7 +49243,7 @@
49159
49243
  },
49160
49244
  "locationInModule": {
49161
49245
  "filename": "src/javascript/typescript-config.ts",
49162
- "line": 804
49246
+ "line": 845
49163
49247
  },
49164
49248
  "name": "addExclude",
49165
49249
  "parameters": [
@@ -49181,7 +49265,7 @@
49181
49265
  },
49182
49266
  "locationInModule": {
49183
49267
  "filename": "src/javascript/typescript-config.ts",
49184
- "line": 793
49268
+ "line": 834
49185
49269
  },
49186
49270
  "name": "addExtends",
49187
49271
  "parameters": [
@@ -49202,7 +49286,7 @@
49202
49286
  },
49203
49287
  "locationInModule": {
49204
49288
  "filename": "src/javascript/typescript-config.ts",
49205
- "line": 800
49289
+ "line": 841
49206
49290
  },
49207
49291
  "name": "addInclude",
49208
49292
  "parameters": [
@@ -49221,7 +49305,7 @@
49221
49305
  },
49222
49306
  "locationInModule": {
49223
49307
  "filename": "src/javascript/typescript-config.ts",
49224
- "line": 808
49308
+ "line": 849
49225
49309
  },
49226
49310
  "name": "preSynthesize",
49227
49311
  "overrides": "projen.Component"
@@ -49236,7 +49320,7 @@
49236
49320
  },
49237
49321
  "locationInModule": {
49238
49322
  "filename": "src/javascript/typescript-config.ts",
49239
- "line": 732
49323
+ "line": 773
49240
49324
  },
49241
49325
  "name": "resolveExtendsPath",
49242
49326
  "parameters": [
@@ -49267,7 +49351,7 @@
49267
49351
  "immutable": true,
49268
49352
  "locationInModule": {
49269
49353
  "filename": "src/javascript/typescript-config.ts",
49270
- "line": 672
49354
+ "line": 713
49271
49355
  },
49272
49356
  "name": "exclude",
49273
49357
  "type": {
@@ -49287,7 +49371,7 @@
49287
49371
  "immutable": true,
49288
49372
  "locationInModule": {
49289
49373
  "filename": "src/javascript/typescript-config.ts",
49290
- "line": 779
49374
+ "line": 820
49291
49375
  },
49292
49376
  "name": "extends",
49293
49377
  "type": {
@@ -49306,7 +49390,7 @@
49306
49390
  "immutable": true,
49307
49391
  "locationInModule": {
49308
49392
  "filename": "src/javascript/typescript-config.ts",
49309
- "line": 674
49393
+ "line": 715
49310
49394
  },
49311
49395
  "name": "file",
49312
49396
  "type": {
@@ -49320,7 +49404,7 @@
49320
49404
  "immutable": true,
49321
49405
  "locationInModule": {
49322
49406
  "filename": "src/javascript/typescript-config.ts",
49323
- "line": 673
49407
+ "line": 714
49324
49408
  },
49325
49409
  "name": "fileName",
49326
49410
  "type": {
@@ -49334,7 +49418,7 @@
49334
49418
  "immutable": true,
49335
49419
  "locationInModule": {
49336
49420
  "filename": "src/javascript/typescript-config.ts",
49337
- "line": 671
49421
+ "line": 712
49338
49422
  },
49339
49423
  "name": "include",
49340
49424
  "type": {
@@ -49353,7 +49437,7 @@
49353
49437
  "immutable": true,
49354
49438
  "locationInModule": {
49355
49439
  "filename": "src/javascript/typescript-config.ts",
49356
- "line": 670
49440
+ "line": 711
49357
49441
  },
49358
49442
  "name": "compilerOptions",
49359
49443
  "optional": true,
@@ -49374,7 +49458,7 @@
49374
49458
  "kind": "class",
49375
49459
  "locationInModule": {
49376
49460
  "filename": "src/javascript/typescript-config.ts",
49377
- "line": 631
49461
+ "line": 672
49378
49462
  },
49379
49463
  "methods": [
49380
49464
  {
@@ -49387,7 +49471,7 @@
49387
49471
  },
49388
49472
  "locationInModule": {
49389
49473
  "filename": "src/javascript/typescript-config.ts",
49390
- "line": 640
49474
+ "line": 681
49391
49475
  },
49392
49476
  "name": "fromPaths",
49393
49477
  "parameters": [
@@ -49423,7 +49507,7 @@
49423
49507
  },
49424
49508
  "locationInModule": {
49425
49509
  "filename": "src/javascript/typescript-config.ts",
49426
- "line": 652
49510
+ "line": 693
49427
49511
  },
49428
49512
  "name": "fromTypescriptConfigs",
49429
49513
  "parameters": [
@@ -49455,7 +49539,7 @@
49455
49539
  },
49456
49540
  "locationInModule": {
49457
49541
  "filename": "src/javascript/typescript-config.ts",
49458
- "line": 663
49542
+ "line": 704
49459
49543
  },
49460
49544
  "name": "toJSON",
49461
49545
  "returns": {
@@ -63464,6 +63548,6 @@
63464
63548
  "symbolId": "src/web/tailwind:TailwindConfigOptions"
63465
63549
  }
63466
63550
  },
63467
- "version": "0.82.0",
63468
- "fingerprint": "n+5347PFwiiQXm9DrOPIi8yh2wrZcQEK3W1RunEjO5Q="
63551
+ "version": "0.82.2",
63552
+ "fingerprint": "wqXEEX1PUPCZFQ2/ib7MqAdHQgHXHXid+VofRokvvkw="
63469
63553
  }