projen 0.82.1 → 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 +143 -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 +31 -0
  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": 619
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": 604
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": 630
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": 573
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": 579
48910
+ "line": 614
48893
48911
  },
48894
48912
  "name": "tsBuildInfoFile",
48895
48913
  "optional": true,
@@ -48907,7 +48925,7 @@
48907
48925
  "immutable": true,
48908
48926
  "locationInModule": {
48909
48927
  "filename": "src/javascript/typescript-config.ts",
48910
- "line": 555
48928
+ "line": 590
48911
48929
  },
48912
48930
  "name": "typeRoots",
48913
48931
  "optional": true,
@@ -48930,7 +48948,7 @@
48930
48948
  "immutable": true,
48931
48949
  "locationInModule": {
48932
48950
  "filename": "src/javascript/typescript-config.ts",
48933
- "line": 561
48951
+ "line": 596
48934
48952
  },
48935
48953
  "name": "types",
48936
48954
  "optional": true,
@@ -48953,7 +48971,7 @@
48953
48971
  "immutable": true,
48954
48972
  "locationInModule": {
48955
48973
  "filename": "src/javascript/typescript-config.ts",
48956
- "line": 535
48974
+ "line": 570
48957
48975
  },
48958
48976
  "name": "useUnknownInCatchVariables",
48959
48977
  "optional": true,
@@ -48972,7 +48990,7 @@
48972
48990
  "immutable": true,
48973
48991
  "locationInModule": {
48974
48992
  "filename": "src/javascript/typescript-config.ts",
48975
- "line": 252
48993
+ "line": 280
48976
48994
  },
48977
48995
  "name": "verbatimModuleSyntax",
48978
48996
  "optional": true,
@@ -48994,7 +49012,7 @@
48994
49012
  "kind": "enum",
48995
49013
  "locationInModule": {
48996
49014
  "filename": "src/javascript/typescript-config.ts",
48997
- "line": 92
49015
+ "line": 120
48998
49016
  },
48999
49017
  "members": [
49000
49018
  {
@@ -49036,7 +49054,7 @@
49036
49054
  "kind": "enum",
49037
49055
  "locationInModule": {
49038
49056
  "filename": "src/javascript/typescript-config.ts",
49039
- "line": 115
49057
+ "line": 143
49040
49058
  },
49041
49059
  "members": [
49042
49060
  {
@@ -49080,6 +49098,49 @@
49080
49098
  "namespace": "javascript",
49081
49099
  "symbolId": "src/javascript/typescript-config:TypeScriptJsxMode"
49082
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
+ },
49083
49144
  "projen.javascript.TypeScriptModuleResolution": {
49084
49145
  "assembly": "projen",
49085
49146
  "docs": {
@@ -49153,7 +49214,7 @@
49153
49214
  },
49154
49215
  "locationInModule": {
49155
49216
  "filename": "src/javascript/typescript-config.ts",
49156
- "line": 682
49217
+ "line": 717
49157
49218
  },
49158
49219
  "parameters": [
49159
49220
  {
@@ -49173,7 +49234,7 @@
49173
49234
  "kind": "class",
49174
49235
  "locationInModule": {
49175
49236
  "filename": "src/javascript/typescript-config.ts",
49176
- "line": 674
49237
+ "line": 709
49177
49238
  },
49178
49239
  "methods": [
49179
49240
  {
@@ -49182,7 +49243,7 @@
49182
49243
  },
49183
49244
  "locationInModule": {
49184
49245
  "filename": "src/javascript/typescript-config.ts",
49185
- "line": 810
49246
+ "line": 845
49186
49247
  },
49187
49248
  "name": "addExclude",
49188
49249
  "parameters": [
@@ -49204,7 +49265,7 @@
49204
49265
  },
49205
49266
  "locationInModule": {
49206
49267
  "filename": "src/javascript/typescript-config.ts",
49207
- "line": 799
49268
+ "line": 834
49208
49269
  },
49209
49270
  "name": "addExtends",
49210
49271
  "parameters": [
@@ -49225,7 +49286,7 @@
49225
49286
  },
49226
49287
  "locationInModule": {
49227
49288
  "filename": "src/javascript/typescript-config.ts",
49228
- "line": 806
49289
+ "line": 841
49229
49290
  },
49230
49291
  "name": "addInclude",
49231
49292
  "parameters": [
@@ -49244,7 +49305,7 @@
49244
49305
  },
49245
49306
  "locationInModule": {
49246
49307
  "filename": "src/javascript/typescript-config.ts",
49247
- "line": 814
49308
+ "line": 849
49248
49309
  },
49249
49310
  "name": "preSynthesize",
49250
49311
  "overrides": "projen.Component"
@@ -49259,7 +49320,7 @@
49259
49320
  },
49260
49321
  "locationInModule": {
49261
49322
  "filename": "src/javascript/typescript-config.ts",
49262
- "line": 738
49323
+ "line": 773
49263
49324
  },
49264
49325
  "name": "resolveExtendsPath",
49265
49326
  "parameters": [
@@ -49290,7 +49351,7 @@
49290
49351
  "immutable": true,
49291
49352
  "locationInModule": {
49292
49353
  "filename": "src/javascript/typescript-config.ts",
49293
- "line": 678
49354
+ "line": 713
49294
49355
  },
49295
49356
  "name": "exclude",
49296
49357
  "type": {
@@ -49310,7 +49371,7 @@
49310
49371
  "immutable": true,
49311
49372
  "locationInModule": {
49312
49373
  "filename": "src/javascript/typescript-config.ts",
49313
- "line": 785
49374
+ "line": 820
49314
49375
  },
49315
49376
  "name": "extends",
49316
49377
  "type": {
@@ -49329,7 +49390,7 @@
49329
49390
  "immutable": true,
49330
49391
  "locationInModule": {
49331
49392
  "filename": "src/javascript/typescript-config.ts",
49332
- "line": 680
49393
+ "line": 715
49333
49394
  },
49334
49395
  "name": "file",
49335
49396
  "type": {
@@ -49343,7 +49404,7 @@
49343
49404
  "immutable": true,
49344
49405
  "locationInModule": {
49345
49406
  "filename": "src/javascript/typescript-config.ts",
49346
- "line": 679
49407
+ "line": 714
49347
49408
  },
49348
49409
  "name": "fileName",
49349
49410
  "type": {
@@ -49357,7 +49418,7 @@
49357
49418
  "immutable": true,
49358
49419
  "locationInModule": {
49359
49420
  "filename": "src/javascript/typescript-config.ts",
49360
- "line": 677
49421
+ "line": 712
49361
49422
  },
49362
49423
  "name": "include",
49363
49424
  "type": {
@@ -49376,7 +49437,7 @@
49376
49437
  "immutable": true,
49377
49438
  "locationInModule": {
49378
49439
  "filename": "src/javascript/typescript-config.ts",
49379
- "line": 676
49440
+ "line": 711
49380
49441
  },
49381
49442
  "name": "compilerOptions",
49382
49443
  "optional": true,
@@ -49397,7 +49458,7 @@
49397
49458
  "kind": "class",
49398
49459
  "locationInModule": {
49399
49460
  "filename": "src/javascript/typescript-config.ts",
49400
- "line": 637
49461
+ "line": 672
49401
49462
  },
49402
49463
  "methods": [
49403
49464
  {
@@ -49410,7 +49471,7 @@
49410
49471
  },
49411
49472
  "locationInModule": {
49412
49473
  "filename": "src/javascript/typescript-config.ts",
49413
- "line": 646
49474
+ "line": 681
49414
49475
  },
49415
49476
  "name": "fromPaths",
49416
49477
  "parameters": [
@@ -49446,7 +49507,7 @@
49446
49507
  },
49447
49508
  "locationInModule": {
49448
49509
  "filename": "src/javascript/typescript-config.ts",
49449
- "line": 658
49510
+ "line": 693
49450
49511
  },
49451
49512
  "name": "fromTypescriptConfigs",
49452
49513
  "parameters": [
@@ -49478,7 +49539,7 @@
49478
49539
  },
49479
49540
  "locationInModule": {
49480
49541
  "filename": "src/javascript/typescript-config.ts",
49481
- "line": 669
49542
+ "line": 704
49482
49543
  },
49483
49544
  "name": "toJSON",
49484
49545
  "returns": {
@@ -63487,6 +63548,6 @@
63487
63548
  "symbolId": "src/web/tailwind:TailwindConfigOptions"
63488
63549
  }
63489
63550
  },
63490
- "version": "0.82.1",
63491
- "fingerprint": "GqhMhWiWj7/RxacrlnvahhUvUxW4HQZfeqrTVykLbEg="
63551
+ "version": "0.82.2",
63552
+ "fingerprint": "wqXEEX1PUPCZFQ2/ib7MqAdHQgHXHXid+VofRokvvkw="
63492
63553
  }