projen 0.70.7 → 0.70.9
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.
- package/.jsii +54 -36
- package/docs/api/API.md +25 -0
- package/lib/.types-compat/ts3.9/lib/file.d.ts +7 -6
- package/lib/.types-compat/ts3.9/lib/typescript/typescript.d.ts +6 -0
- package/lib/awscdk/auto-discover.js +5 -5
- package/lib/awscdk/awscdk-app-java.js +1 -1
- package/lib/awscdk/awscdk-app-py.js +1 -1
- package/lib/awscdk/awscdk-app-ts.js +1 -1
- package/lib/awscdk/awscdk-construct.js +2 -2
- package/lib/awscdk/awscdk-deps-java.js +1 -1
- package/lib/awscdk/awscdk-deps-js.js +1 -1
- package/lib/awscdk/awscdk-deps-py.js +1 -1
- package/lib/awscdk/awscdk-deps.js +1 -1
- package/lib/awscdk/cdk-config.js +1 -1
- package/lib/awscdk/cdk-tasks.js +1 -1
- package/lib/awscdk/integration-test.js +1 -1
- package/lib/awscdk/lambda-extension.js +1 -1
- package/lib/awscdk/lambda-function.js +2 -2
- package/lib/build/build-workflow.js +1 -1
- package/lib/cdk/auto-discover-base.js +2 -2
- package/lib/cdk/construct-lib.js +1 -1
- package/lib/cdk/integration-test-base.js +1 -1
- package/lib/cdk/jsii-docgen.js +1 -1
- package/lib/cdk/jsii-project.js +1 -1
- package/lib/cdk8s/auto-discover.js +2 -2
- package/lib/cdk8s/cdk8s-app-py.js +1 -1
- package/lib/cdk8s/cdk8s-app-ts.js +1 -1
- package/lib/cdk8s/cdk8s-construct.js +1 -1
- package/lib/cdk8s/cdk8s-deps-py.js +1 -1
- package/lib/cdk8s/cdk8s-deps.js +1 -1
- package/lib/cdk8s/integration-test.js +1 -1
- package/lib/cdktf/cdktf-construct.js +1 -1
- package/lib/circleci/circleci.js +1 -1
- package/lib/component.js +1 -1
- package/lib/dependencies.js +1 -1
- package/lib/dev-env.js +1 -1
- package/lib/docker-compose/docker-compose-service.js +1 -1
- package/lib/docker-compose/docker-compose.js +1 -1
- package/lib/file.d.ts +7 -6
- package/lib/file.js +16 -8
- package/lib/gitattributes.js +1 -1
- package/lib/github/actions-provider.js +1 -1
- package/lib/github/auto-approve.js +1 -1
- package/lib/github/auto-merge.js +1 -1
- package/lib/github/dependabot.js +1 -1
- package/lib/github/github-credentials.js +1 -1
- package/lib/github/github-project.js +1 -1
- package/lib/github/github.js +1 -1
- package/lib/github/mergify.js +1 -1
- package/lib/github/pr-template.js +1 -1
- package/lib/github/pull-request-lint.js +1 -1
- package/lib/github/stale.js +1 -1
- package/lib/github/task-workflow.js +1 -1
- package/lib/github/workflows.js +1 -1
- package/lib/gitlab/configuration.js +1 -1
- package/lib/gitlab/gitlab-configuration.js +1 -1
- package/lib/gitlab/nested-configuration.js +1 -1
- package/lib/gitpod.js +1 -1
- package/lib/ignore-file.js +1 -1
- package/lib/ini.js +1 -1
- package/lib/java/java-project.js +1 -1
- package/lib/java/junit.js +1 -1
- package/lib/java/maven-compile.js +1 -1
- package/lib/java/maven-packaging.js +1 -1
- package/lib/java/maven-sample.js +1 -1
- package/lib/java/pom.js +1 -1
- package/lib/java/projenrc.js +1 -1
- package/lib/javascript/bundler.js +1 -1
- package/lib/javascript/eslint.js +1 -1
- package/lib/javascript/jest.js +4 -4
- package/lib/javascript/node-package.js +1 -1
- package/lib/javascript/node-project.js +1 -1
- package/lib/javascript/npm-config.js +1 -1
- package/lib/javascript/prettier.js +1 -1
- package/lib/javascript/projenrc.js +1 -1
- package/lib/javascript/typescript-config.js +1 -1
- package/lib/javascript/upgrade-dependencies.js +2 -2
- package/lib/json-patch.js +1 -1
- package/lib/json.js +1 -1
- package/lib/license.js +1 -1
- package/lib/logger.js +1 -1
- package/lib/makefile.js +1 -1
- package/lib/object-file.js +1 -1
- package/lib/project-build.js +1 -1
- package/lib/project.js +1 -1
- package/lib/projects.js +1 -1
- package/lib/projenrc-json.js +2 -2
- package/lib/projenrc.js +1 -1
- package/lib/python/pip.js +1 -1
- package/lib/python/poetry.js +2 -2
- package/lib/python/projenrc.js +1 -1
- package/lib/python/pytest-sample.js +1 -1
- package/lib/python/pytest.js +1 -1
- package/lib/python/python-project.js +1 -1
- package/lib/python/python-sample.js +1 -1
- package/lib/python/requirements-file.js +1 -1
- package/lib/python/setuppy.js +1 -1
- package/lib/python/setuptools.js +1 -1
- package/lib/python/venv.js +1 -1
- package/lib/readme.js +1 -1
- package/lib/release/publisher.js +1 -1
- package/lib/release/release-trigger.js +1 -1
- package/lib/release/release.js +1 -1
- package/lib/renovatebot.js +1 -1
- package/lib/sample-file.js +2 -2
- package/lib/semver.js +1 -1
- package/lib/source-code.js +1 -1
- package/lib/task-runtime.js +1 -1
- package/lib/task.js +1 -1
- package/lib/tasks.js +1 -1
- package/lib/testing.js +1 -1
- package/lib/textfile.js +1 -1
- package/lib/toml.js +1 -1
- package/lib/typescript/projenrc-ts.js +1 -1
- package/lib/typescript/projenrc.js +1 -1
- package/lib/typescript/typescript-typedoc.js +1 -1
- package/lib/typescript/typescript.d.ts +6 -0
- package/lib/typescript/typescript.js +23 -15
- package/lib/version.js +1 -1
- package/lib/vscode/devcontainer.js +1 -1
- package/lib/vscode/extensions.js +1 -1
- package/lib/vscode/launch-config.js +1 -1
- package/lib/vscode/settings.js +1 -1
- package/lib/vscode/vscode.js +1 -1
- package/lib/web/next.js +3 -3
- package/lib/web/postcss.js +1 -1
- package/lib/web/react.js +4 -4
- package/lib/web/tailwind.js +1 -1
- package/lib/xmlfile.js +1 -1
- package/lib/yaml.js +1 -1
- package/package.json +1 -1
package/.jsii
CHANGED
|
@@ -2806,7 +2806,7 @@
|
|
|
2806
2806
|
},
|
|
2807
2807
|
"locationInModule": {
|
|
2808
2808
|
"filename": "src/file.ts",
|
|
2809
|
-
"line":
|
|
2809
|
+
"line": 87
|
|
2810
2810
|
},
|
|
2811
2811
|
"parameters": [
|
|
2812
2812
|
{
|
|
@@ -2843,7 +2843,7 @@
|
|
|
2843
2843
|
},
|
|
2844
2844
|
"locationInModule": {
|
|
2845
2845
|
"filename": "src/file.ts",
|
|
2846
|
-
"line":
|
|
2846
|
+
"line": 142
|
|
2847
2847
|
},
|
|
2848
2848
|
"name": "synthesize",
|
|
2849
2849
|
"overrides": "projen.Component"
|
|
@@ -2857,7 +2857,7 @@
|
|
|
2857
2857
|
},
|
|
2858
2858
|
"locationInModule": {
|
|
2859
2859
|
"filename": "src/file.ts",
|
|
2860
|
-
"line":
|
|
2860
|
+
"line": 137
|
|
2861
2861
|
},
|
|
2862
2862
|
"name": "synthesizeContent",
|
|
2863
2863
|
"parameters": [
|
|
@@ -2890,7 +2890,7 @@
|
|
|
2890
2890
|
"immutable": true,
|
|
2891
2891
|
"locationInModule": {
|
|
2892
2892
|
"filename": "src/file.ts",
|
|
2893
|
-
"line":
|
|
2893
|
+
"line": 67
|
|
2894
2894
|
},
|
|
2895
2895
|
"name": "absolutePath",
|
|
2896
2896
|
"type": {
|
|
@@ -2921,7 +2921,7 @@
|
|
|
2921
2921
|
"immutable": true,
|
|
2922
2922
|
"locationInModule": {
|
|
2923
2923
|
"filename": "src/file.ts",
|
|
2924
|
-
"line":
|
|
2924
|
+
"line": 206
|
|
2925
2925
|
},
|
|
2926
2926
|
"name": "changed",
|
|
2927
2927
|
"optional": true,
|
|
@@ -2938,7 +2938,7 @@
|
|
|
2938
2938
|
"immutable": true,
|
|
2939
2939
|
"locationInModule": {
|
|
2940
2940
|
"filename": "src/file.ts",
|
|
2941
|
-
"line":
|
|
2941
|
+
"line": 77
|
|
2942
2942
|
},
|
|
2943
2943
|
"name": "marker",
|
|
2944
2944
|
"optional": true,
|
|
@@ -4405,7 +4405,7 @@
|
|
|
4405
4405
|
"kind": "interface",
|
|
4406
4406
|
"locationInModule": {
|
|
4407
4407
|
"filename": "src/file.ts",
|
|
4408
|
-
"line":
|
|
4408
|
+
"line": 241
|
|
4409
4409
|
},
|
|
4410
4410
|
"methods": [
|
|
4411
4411
|
{
|
|
@@ -4416,7 +4416,7 @@
|
|
|
4416
4416
|
},
|
|
4417
4417
|
"locationInModule": {
|
|
4418
4418
|
"filename": "src/file.ts",
|
|
4419
|
-
"line":
|
|
4419
|
+
"line": 245
|
|
4420
4420
|
},
|
|
4421
4421
|
"name": "toJSON",
|
|
4422
4422
|
"returns": {
|
|
@@ -4439,7 +4439,7 @@
|
|
|
4439
4439
|
"kind": "interface",
|
|
4440
4440
|
"locationInModule": {
|
|
4441
4441
|
"filename": "src/file.ts",
|
|
4442
|
-
"line":
|
|
4442
|
+
"line": 214
|
|
4443
4443
|
},
|
|
4444
4444
|
"methods": [
|
|
4445
4445
|
{
|
|
@@ -4453,7 +4453,7 @@
|
|
|
4453
4453
|
},
|
|
4454
4454
|
"locationInModule": {
|
|
4455
4455
|
"filename": "src/file.ts",
|
|
4456
|
-
"line":
|
|
4456
|
+
"line": 221
|
|
4457
4457
|
},
|
|
4458
4458
|
"name": "resolve",
|
|
4459
4459
|
"parameters": [
|
|
@@ -8059,7 +8059,7 @@
|
|
|
8059
8059
|
"kind": "interface",
|
|
8060
8060
|
"locationInModule": {
|
|
8061
8061
|
"filename": "src/file.ts",
|
|
8062
|
-
"line":
|
|
8062
|
+
"line": 227
|
|
8063
8063
|
},
|
|
8064
8064
|
"name": "ResolveOptions",
|
|
8065
8065
|
"properties": [
|
|
@@ -8073,7 +8073,7 @@
|
|
|
8073
8073
|
"immutable": true,
|
|
8074
8074
|
"locationInModule": {
|
|
8075
8075
|
"filename": "src/file.ts",
|
|
8076
|
-
"line":
|
|
8076
|
+
"line": 238
|
|
8077
8077
|
},
|
|
8078
8078
|
"name": "args",
|
|
8079
8079
|
"optional": true,
|
|
@@ -8096,7 +8096,7 @@
|
|
|
8096
8096
|
"immutable": true,
|
|
8097
8097
|
"locationInModule": {
|
|
8098
8098
|
"filename": "src/file.ts",
|
|
8099
|
-
"line":
|
|
8099
|
+
"line": 232
|
|
8100
8100
|
},
|
|
8101
8101
|
"name": "omitEmpty",
|
|
8102
8102
|
"optional": true,
|
|
@@ -50410,7 +50410,7 @@
|
|
|
50410
50410
|
},
|
|
50411
50411
|
"locationInModule": {
|
|
50412
50412
|
"filename": "src/typescript/typescript.ts",
|
|
50413
|
-
"line":
|
|
50413
|
+
"line": 498
|
|
50414
50414
|
},
|
|
50415
50415
|
"parameters": [
|
|
50416
50416
|
{
|
|
@@ -50424,7 +50424,7 @@
|
|
|
50424
50424
|
"kind": "class",
|
|
50425
50425
|
"locationInModule": {
|
|
50426
50426
|
"filename": "src/typescript/typescript.ts",
|
|
50427
|
-
"line":
|
|
50427
|
+
"line": 497
|
|
50428
50428
|
},
|
|
50429
50429
|
"name": "TypeScriptAppProject",
|
|
50430
50430
|
"namespace": "typescript",
|
|
@@ -50444,7 +50444,7 @@
|
|
|
50444
50444
|
},
|
|
50445
50445
|
"locationInModule": {
|
|
50446
50446
|
"filename": "src/typescript/typescript.ts",
|
|
50447
|
-
"line":
|
|
50447
|
+
"line": 182
|
|
50448
50448
|
},
|
|
50449
50449
|
"parameters": [
|
|
50450
50450
|
{
|
|
@@ -50458,7 +50458,7 @@
|
|
|
50458
50458
|
"kind": "class",
|
|
50459
50459
|
"locationInModule": {
|
|
50460
50460
|
"filename": "src/typescript/typescript.ts",
|
|
50461
|
-
"line":
|
|
50461
|
+
"line": 512
|
|
50462
50462
|
},
|
|
50463
50463
|
"name": "TypeScriptLibraryProject",
|
|
50464
50464
|
"namespace": "typescript",
|
|
@@ -50478,7 +50478,7 @@
|
|
|
50478
50478
|
"kind": "interface",
|
|
50479
50479
|
"locationInModule": {
|
|
50480
50480
|
"filename": "src/typescript/typescript.ts",
|
|
50481
|
-
"line":
|
|
50481
|
+
"line": 517
|
|
50482
50482
|
},
|
|
50483
50483
|
"name": "TypeScriptLibraryProjectOptions",
|
|
50484
50484
|
"namespace": "typescript",
|
|
@@ -50501,7 +50501,7 @@
|
|
|
50501
50501
|
},
|
|
50502
50502
|
"locationInModule": {
|
|
50503
50503
|
"filename": "src/typescript/typescript.ts",
|
|
50504
|
-
"line":
|
|
50504
|
+
"line": 182
|
|
50505
50505
|
},
|
|
50506
50506
|
"parameters": [
|
|
50507
50507
|
{
|
|
@@ -50515,7 +50515,7 @@
|
|
|
50515
50515
|
"kind": "class",
|
|
50516
50516
|
"locationInModule": {
|
|
50517
50517
|
"filename": "src/typescript/typescript.ts",
|
|
50518
|
-
"line":
|
|
50518
|
+
"line": 150
|
|
50519
50519
|
},
|
|
50520
50520
|
"name": "TypeScriptProject",
|
|
50521
50521
|
"namespace": "typescript",
|
|
@@ -50527,7 +50527,7 @@
|
|
|
50527
50527
|
"immutable": true,
|
|
50528
50528
|
"locationInModule": {
|
|
50529
50529
|
"filename": "src/typescript/typescript.ts",
|
|
50530
|
-
"line":
|
|
50530
|
+
"line": 152
|
|
50531
50531
|
},
|
|
50532
50532
|
"name": "docsDirectory",
|
|
50533
50533
|
"type": {
|
|
@@ -50542,7 +50542,7 @@
|
|
|
50542
50542
|
"immutable": true,
|
|
50543
50543
|
"locationInModule": {
|
|
50544
50544
|
"filename": "src/typescript/typescript.ts",
|
|
50545
|
-
"line":
|
|
50545
|
+
"line": 170
|
|
50546
50546
|
},
|
|
50547
50547
|
"name": "libdir",
|
|
50548
50548
|
"type": {
|
|
@@ -50557,7 +50557,7 @@
|
|
|
50557
50557
|
"immutable": true,
|
|
50558
50558
|
"locationInModule": {
|
|
50559
50559
|
"filename": "src/typescript/typescript.ts",
|
|
50560
|
-
"line":
|
|
50560
|
+
"line": 165
|
|
50561
50561
|
},
|
|
50562
50562
|
"name": "srcdir",
|
|
50563
50563
|
"type": {
|
|
@@ -50572,7 +50572,7 @@
|
|
|
50572
50572
|
"immutable": true,
|
|
50573
50573
|
"locationInModule": {
|
|
50574
50574
|
"filename": "src/typescript/typescript.ts",
|
|
50575
|
-
"line":
|
|
50575
|
+
"line": 175
|
|
50576
50576
|
},
|
|
50577
50577
|
"name": "testdir",
|
|
50578
50578
|
"type": {
|
|
@@ -50587,7 +50587,7 @@
|
|
|
50587
50587
|
"immutable": true,
|
|
50588
50588
|
"locationInModule": {
|
|
50589
50589
|
"filename": "src/typescript/typescript.ts",
|
|
50590
|
-
"line":
|
|
50590
|
+
"line": 160
|
|
50591
50591
|
},
|
|
50592
50592
|
"name": "tsconfigDev",
|
|
50593
50593
|
"type": {
|
|
@@ -50602,7 +50602,7 @@
|
|
|
50602
50602
|
"immutable": true,
|
|
50603
50603
|
"locationInModule": {
|
|
50604
50604
|
"filename": "src/typescript/typescript.ts",
|
|
50605
|
-
"line":
|
|
50605
|
+
"line": 180
|
|
50606
50606
|
},
|
|
50607
50607
|
"name": "watchTask",
|
|
50608
50608
|
"type": {
|
|
@@ -50616,7 +50616,7 @@
|
|
|
50616
50616
|
"immutable": true,
|
|
50617
50617
|
"locationInModule": {
|
|
50618
50618
|
"filename": "src/typescript/typescript.ts",
|
|
50619
|
-
"line":
|
|
50619
|
+
"line": 151
|
|
50620
50620
|
},
|
|
50621
50621
|
"name": "docgen",
|
|
50622
50622
|
"optional": true,
|
|
@@ -50631,7 +50631,7 @@
|
|
|
50631
50631
|
"immutable": true,
|
|
50632
50632
|
"locationInModule": {
|
|
50633
50633
|
"filename": "src/typescript/typescript.ts",
|
|
50634
|
-
"line":
|
|
50634
|
+
"line": 153
|
|
50635
50635
|
},
|
|
50636
50636
|
"name": "eslint",
|
|
50637
50637
|
"optional": true,
|
|
@@ -50646,7 +50646,7 @@
|
|
|
50646
50646
|
"immutable": true,
|
|
50647
50647
|
"locationInModule": {
|
|
50648
50648
|
"filename": "src/typescript/typescript.ts",
|
|
50649
|
-
"line":
|
|
50649
|
+
"line": 155
|
|
50650
50650
|
},
|
|
50651
50651
|
"name": "tsconfig",
|
|
50652
50652
|
"optional": true,
|
|
@@ -50661,7 +50661,7 @@
|
|
|
50661
50661
|
"immutable": true,
|
|
50662
50662
|
"locationInModule": {
|
|
50663
50663
|
"filename": "src/typescript/typescript.ts",
|
|
50664
|
-
"line":
|
|
50664
|
+
"line": 154
|
|
50665
50665
|
},
|
|
50666
50666
|
"name": "tsconfigEslint",
|
|
50667
50667
|
"optional": true,
|
|
@@ -50708,6 +50708,24 @@
|
|
|
50708
50708
|
"primitive": "boolean"
|
|
50709
50709
|
}
|
|
50710
50710
|
},
|
|
50711
|
+
{
|
|
50712
|
+
"abstract": true,
|
|
50713
|
+
"docs": {
|
|
50714
|
+
"default": "false",
|
|
50715
|
+
"stability": "experimental",
|
|
50716
|
+
"summary": "Do not generate a `tsconfig.dev.json` file."
|
|
50717
|
+
},
|
|
50718
|
+
"immutable": true,
|
|
50719
|
+
"locationInModule": {
|
|
50720
|
+
"filename": "src/typescript/typescript.ts",
|
|
50721
|
+
"line": 119
|
|
50722
|
+
},
|
|
50723
|
+
"name": "disableTsconfigDev",
|
|
50724
|
+
"optional": true,
|
|
50725
|
+
"type": {
|
|
50726
|
+
"primitive": "boolean"
|
|
50727
|
+
}
|
|
50728
|
+
},
|
|
50711
50729
|
{
|
|
50712
50730
|
"abstract": true,
|
|
50713
50731
|
"docs": {
|
|
@@ -50754,7 +50772,7 @@
|
|
|
50754
50772
|
"immutable": true,
|
|
50755
50773
|
"locationInModule": {
|
|
50756
50774
|
"filename": "src/typescript/typescript.ts",
|
|
50757
|
-
"line":
|
|
50775
|
+
"line": 131
|
|
50758
50776
|
},
|
|
50759
50777
|
"name": "entrypointTypes",
|
|
50760
50778
|
"optional": true,
|
|
@@ -50826,7 +50844,7 @@
|
|
|
50826
50844
|
"immutable": true,
|
|
50827
50845
|
"locationInModule": {
|
|
50828
50846
|
"filename": "src/typescript/typescript.ts",
|
|
50829
|
-
"line":
|
|
50847
|
+
"line": 138
|
|
50830
50848
|
},
|
|
50831
50849
|
"name": "projenrcTs",
|
|
50832
50850
|
"optional": true,
|
|
@@ -50843,7 +50861,7 @@
|
|
|
50843
50861
|
"immutable": true,
|
|
50844
50862
|
"locationInModule": {
|
|
50845
50863
|
"filename": "src/typescript/typescript.ts",
|
|
50846
|
-
"line":
|
|
50864
|
+
"line": 143
|
|
50847
50865
|
},
|
|
50848
50866
|
"name": "projenrcTsOptions",
|
|
50849
50867
|
"optional": true,
|
|
@@ -50861,7 +50879,7 @@
|
|
|
50861
50879
|
"immutable": true,
|
|
50862
50880
|
"locationInModule": {
|
|
50863
50881
|
"filename": "src/typescript/typescript.ts",
|
|
50864
|
-
"line":
|
|
50882
|
+
"line": 125
|
|
50865
50883
|
},
|
|
50866
50884
|
"name": "sampleCode",
|
|
50867
50885
|
"optional": true,
|
|
@@ -53380,6 +53398,6 @@
|
|
|
53380
53398
|
"symbolId": "src/web/tailwind:TailwindConfigOptions"
|
|
53381
53399
|
}
|
|
53382
53400
|
},
|
|
53383
|
-
"version": "0.70.
|
|
53384
|
-
"fingerprint": "
|
|
53401
|
+
"version": "0.70.9",
|
|
53402
|
+
"fingerprint": "T7QOfheDuohC7tod4PL0QjsHkQpYjI/Uj6LfpuPMJW0="
|
|
53385
53403
|
}
|
package/docs/api/API.md
CHANGED
|
@@ -3682,6 +3682,7 @@ new awscdk.AwsCdkConstructLibrary(options: AwsCdkConstructLibraryOptions)
|
|
|
3682
3682
|
* **workflowGitIdentity** (<code>[github.GitIdentity](#projen-github-gitidentity)</code>) The git identity to use in workflows. __*Default*__: GitHub Actions
|
|
3683
3683
|
* **workflowNodeVersion** (<code>string</code>) The node version to use in GitHub workflows. __*Default*__: same as `minNodeVersion`
|
|
3684
3684
|
* **disableTsconfig** (<code>boolean</code>) Do not generate a `tsconfig.json` file (used by jsii projects since tsconfig.json is generated by the jsii compiler). __*Default*__: false
|
|
3685
|
+
* **disableTsconfigDev** (<code>boolean</code>) Do not generate a `tsconfig.dev.json` file. __*Default*__: false
|
|
3685
3686
|
* **docgen** (<code>boolean</code>) Docgen by Typedoc. __*Default*__: false
|
|
3686
3687
|
* **docsDirectory** (<code>string</code>) Docs directory. __*Default*__: "docs"
|
|
3687
3688
|
* **entrypointTypes** (<code>string</code>) The .d.ts file that includes the type declarations for this module. __*Default*__: .d.ts file derived from the project's entrypoint (usually lib/index.d.ts)
|
|
@@ -4378,6 +4379,7 @@ new awscdk.AwsCdkTypeScriptApp(options: AwsCdkTypeScriptAppOptions)
|
|
|
4378
4379
|
* **workflowGitIdentity** (<code>[github.GitIdentity](#projen-github-gitidentity)</code>) The git identity to use in workflows. __*Default*__: GitHub Actions
|
|
4379
4380
|
* **workflowNodeVersion** (<code>string</code>) The node version to use in GitHub workflows. __*Default*__: same as `minNodeVersion`
|
|
4380
4381
|
* **disableTsconfig** (<code>boolean</code>) Do not generate a `tsconfig.json` file (used by jsii projects since tsconfig.json is generated by the jsii compiler). __*Default*__: false
|
|
4382
|
+
* **disableTsconfigDev** (<code>boolean</code>) Do not generate a `tsconfig.dev.json` file. __*Default*__: false
|
|
4381
4383
|
* **docgen** (<code>boolean</code>) Docgen by Typedoc. __*Default*__: false
|
|
4382
4384
|
* **docsDirectory** (<code>string</code>) Docs directory. __*Default*__: "docs"
|
|
4383
4385
|
* **entrypointTypes** (<code>string</code>) The .d.ts file that includes the type declarations for this module. __*Default*__: .d.ts file derived from the project's entrypoint (usually lib/index.d.ts)
|
|
@@ -4691,6 +4693,7 @@ new awscdk.ConstructLibraryAws(options: AwsCdkConstructLibraryOptions)
|
|
|
4691
4693
|
* **workflowGitIdentity** (<code>[github.GitIdentity](#projen-github-gitidentity)</code>) The git identity to use in workflows. __*Default*__: GitHub Actions
|
|
4692
4694
|
* **workflowNodeVersion** (<code>string</code>) The node version to use in GitHub workflows. __*Default*__: same as `minNodeVersion`
|
|
4693
4695
|
* **disableTsconfig** (<code>boolean</code>) Do not generate a `tsconfig.json` file (used by jsii projects since tsconfig.json is generated by the jsii compiler). __*Default*__: false
|
|
4696
|
+
* **disableTsconfigDev** (<code>boolean</code>) Do not generate a `tsconfig.dev.json` file. __*Default*__: false
|
|
4694
4697
|
* **docgen** (<code>boolean</code>) Docgen by Typedoc. __*Default*__: false
|
|
4695
4698
|
* **docsDirectory** (<code>string</code>) Docs directory. __*Default*__: "docs"
|
|
4696
4699
|
* **entrypointTypes** (<code>string</code>) The .d.ts file that includes the type declarations for this module. __*Default*__: .d.ts file derived from the project's entrypoint (usually lib/index.d.ts)
|
|
@@ -5321,6 +5324,7 @@ new cdk.ConstructLibrary(options: ConstructLibraryOptions)
|
|
|
5321
5324
|
* **workflowGitIdentity** (<code>[github.GitIdentity](#projen-github-gitidentity)</code>) The git identity to use in workflows. __*Default*__: GitHub Actions
|
|
5322
5325
|
* **workflowNodeVersion** (<code>string</code>) The node version to use in GitHub workflows. __*Default*__: same as `minNodeVersion`
|
|
5323
5326
|
* **disableTsconfig** (<code>boolean</code>) Do not generate a `tsconfig.json` file (used by jsii projects since tsconfig.json is generated by the jsii compiler). __*Default*__: false
|
|
5327
|
+
* **disableTsconfigDev** (<code>boolean</code>) Do not generate a `tsconfig.dev.json` file. __*Default*__: false
|
|
5324
5328
|
* **docgen** (<code>boolean</code>) Docgen by Typedoc. __*Default*__: false
|
|
5325
5329
|
* **docsDirectory** (<code>string</code>) Docs directory. __*Default*__: "docs"
|
|
5326
5330
|
* **entrypointTypes** (<code>string</code>) The .d.ts file that includes the type declarations for this module. __*Default*__: .d.ts file derived from the project's entrypoint (usually lib/index.d.ts)
|
|
@@ -5583,6 +5587,7 @@ new cdk.JsiiProject(options: JsiiProjectOptions)
|
|
|
5583
5587
|
* **workflowGitIdentity** (<code>[github.GitIdentity](#projen-github-gitidentity)</code>) The git identity to use in workflows. __*Default*__: GitHub Actions
|
|
5584
5588
|
* **workflowNodeVersion** (<code>string</code>) The node version to use in GitHub workflows. __*Default*__: same as `minNodeVersion`
|
|
5585
5589
|
* **disableTsconfig** (<code>boolean</code>) Do not generate a `tsconfig.json` file (used by jsii projects since tsconfig.json is generated by the jsii compiler). __*Default*__: false
|
|
5590
|
+
* **disableTsconfigDev** (<code>boolean</code>) Do not generate a `tsconfig.dev.json` file. __*Default*__: false
|
|
5586
5591
|
* **docgen** (<code>boolean</code>) Docgen by Typedoc. __*Default*__: false
|
|
5587
5592
|
* **docsDirectory** (<code>string</code>) Docs directory. __*Default*__: "docs"
|
|
5588
5593
|
* **entrypointTypes** (<code>string</code>) The .d.ts file that includes the type declarations for this module. __*Default*__: .d.ts file derived from the project's entrypoint (usually lib/index.d.ts)
|
|
@@ -6002,6 +6007,7 @@ new cdk8s.Cdk8sTypeScriptApp(options: Cdk8sTypeScriptAppOptions)
|
|
|
6002
6007
|
* **workflowGitIdentity** (<code>[github.GitIdentity](#projen-github-gitidentity)</code>) The git identity to use in workflows. __*Default*__: GitHub Actions
|
|
6003
6008
|
* **workflowNodeVersion** (<code>string</code>) The node version to use in GitHub workflows. __*Default*__: same as `minNodeVersion`
|
|
6004
6009
|
* **disableTsconfig** (<code>boolean</code>) Do not generate a `tsconfig.json` file (used by jsii projects since tsconfig.json is generated by the jsii compiler). __*Default*__: false
|
|
6010
|
+
* **disableTsconfigDev** (<code>boolean</code>) Do not generate a `tsconfig.dev.json` file. __*Default*__: false
|
|
6005
6011
|
* **docgen** (<code>boolean</code>) Docgen by Typedoc. __*Default*__: false
|
|
6006
6012
|
* **docsDirectory** (<code>string</code>) Docs directory. __*Default*__: "docs"
|
|
6007
6013
|
* **entrypointTypes** (<code>string</code>) The .d.ts file that includes the type declarations for this module. __*Default*__: .d.ts file derived from the project's entrypoint (usually lib/index.d.ts)
|
|
@@ -6187,6 +6193,7 @@ new cdk8s.ConstructLibraryCdk8s(options: ConstructLibraryCdk8sOptions)
|
|
|
6187
6193
|
* **workflowGitIdentity** (<code>[github.GitIdentity](#projen-github-gitidentity)</code>) The git identity to use in workflows. __*Default*__: GitHub Actions
|
|
6188
6194
|
* **workflowNodeVersion** (<code>string</code>) The node version to use in GitHub workflows. __*Default*__: same as `minNodeVersion`
|
|
6189
6195
|
* **disableTsconfig** (<code>boolean</code>) Do not generate a `tsconfig.json` file (used by jsii projects since tsconfig.json is generated by the jsii compiler). __*Default*__: false
|
|
6196
|
+
* **disableTsconfigDev** (<code>boolean</code>) Do not generate a `tsconfig.dev.json` file. __*Default*__: false
|
|
6190
6197
|
* **docgen** (<code>boolean</code>) Docgen by Typedoc. __*Default*__: false
|
|
6191
6198
|
* **docsDirectory** (<code>string</code>) Docs directory. __*Default*__: "docs"
|
|
6192
6199
|
* **entrypointTypes** (<code>string</code>) The .d.ts file that includes the type declarations for this module. __*Default*__: .d.ts file derived from the project's entrypoint (usually lib/index.d.ts)
|
|
@@ -6432,6 +6439,7 @@ new cdktf.ConstructLibraryCdktf(options: ConstructLibraryCdktfOptions)
|
|
|
6432
6439
|
* **workflowGitIdentity** (<code>[github.GitIdentity](#projen-github-gitidentity)</code>) The git identity to use in workflows. __*Default*__: GitHub Actions
|
|
6433
6440
|
* **workflowNodeVersion** (<code>string</code>) The node version to use in GitHub workflows. __*Default*__: same as `minNodeVersion`
|
|
6434
6441
|
* **disableTsconfig** (<code>boolean</code>) Do not generate a `tsconfig.json` file (used by jsii projects since tsconfig.json is generated by the jsii compiler). __*Default*__: false
|
|
6442
|
+
* **disableTsconfigDev** (<code>boolean</code>) Do not generate a `tsconfig.dev.json` file. __*Default*__: false
|
|
6435
6443
|
* **docgen** (<code>boolean</code>) Docgen by Typedoc. __*Default*__: false
|
|
6436
6444
|
* **docsDirectory** (<code>string</code>) Docs directory. __*Default*__: "docs"
|
|
6437
6445
|
* **entrypointTypes** (<code>string</code>) The .d.ts file that includes the type declarations for this module. __*Default*__: .d.ts file derived from the project's entrypoint (usually lib/index.d.ts)
|
|
@@ -10875,6 +10883,7 @@ new typescript.TypeScriptAppProject(options: TypeScriptProjectOptions)
|
|
|
10875
10883
|
* **workflowGitIdentity** (<code>[github.GitIdentity](#projen-github-gitidentity)</code>) The git identity to use in workflows. __*Default*__: GitHub Actions
|
|
10876
10884
|
* **workflowNodeVersion** (<code>string</code>) The node version to use in GitHub workflows. __*Default*__: same as `minNodeVersion`
|
|
10877
10885
|
* **disableTsconfig** (<code>boolean</code>) Do not generate a `tsconfig.json` file (used by jsii projects since tsconfig.json is generated by the jsii compiler). __*Default*__: false
|
|
10886
|
+
* **disableTsconfigDev** (<code>boolean</code>) Do not generate a `tsconfig.dev.json` file. __*Default*__: false
|
|
10878
10887
|
* **docgen** (<code>boolean</code>) Docgen by Typedoc. __*Default*__: false
|
|
10879
10888
|
* **docsDirectory** (<code>string</code>) Docs directory. __*Default*__: "docs"
|
|
10880
10889
|
* **entrypointTypes** (<code>string</code>) The .d.ts file that includes the type declarations for this module. __*Default*__: .d.ts file derived from the project's entrypoint (usually lib/index.d.ts)
|
|
@@ -11033,6 +11042,7 @@ new typescript.TypeScriptLibraryProject(options: TypeScriptProjectOptions)
|
|
|
11033
11042
|
* **workflowGitIdentity** (<code>[github.GitIdentity](#projen-github-gitidentity)</code>) The git identity to use in workflows. __*Default*__: GitHub Actions
|
|
11034
11043
|
* **workflowNodeVersion** (<code>string</code>) The node version to use in GitHub workflows. __*Default*__: same as `minNodeVersion`
|
|
11035
11044
|
* **disableTsconfig** (<code>boolean</code>) Do not generate a `tsconfig.json` file (used by jsii projects since tsconfig.json is generated by the jsii compiler). __*Default*__: false
|
|
11045
|
+
* **disableTsconfigDev** (<code>boolean</code>) Do not generate a `tsconfig.dev.json` file. __*Default*__: false
|
|
11036
11046
|
* **docgen** (<code>boolean</code>) Docgen by Typedoc. __*Default*__: false
|
|
11037
11047
|
* **docsDirectory** (<code>string</code>) Docs directory. __*Default*__: "docs"
|
|
11038
11048
|
* **entrypointTypes** (<code>string</code>) The .d.ts file that includes the type declarations for this module. __*Default*__: .d.ts file derived from the project's entrypoint (usually lib/index.d.ts)
|
|
@@ -11191,6 +11201,7 @@ new typescript.TypeScriptProject(options: TypeScriptProjectOptions)
|
|
|
11191
11201
|
* **workflowGitIdentity** (<code>[github.GitIdentity](#projen-github-gitidentity)</code>) The git identity to use in workflows. __*Default*__: GitHub Actions
|
|
11192
11202
|
* **workflowNodeVersion** (<code>string</code>) The node version to use in GitHub workflows. __*Default*__: same as `minNodeVersion`
|
|
11193
11203
|
* **disableTsconfig** (<code>boolean</code>) Do not generate a `tsconfig.json` file (used by jsii projects since tsconfig.json is generated by the jsii compiler). __*Default*__: false
|
|
11204
|
+
* **disableTsconfigDev** (<code>boolean</code>) Do not generate a `tsconfig.dev.json` file. __*Default*__: false
|
|
11194
11205
|
* **docgen** (<code>boolean</code>) Docgen by Typedoc. __*Default*__: false
|
|
11195
11206
|
* **docsDirectory** (<code>string</code>) Docs directory. __*Default*__: "docs"
|
|
11196
11207
|
* **entrypointTypes** (<code>string</code>) The .d.ts file that includes the type declarations for this module. __*Default*__: .d.ts file derived from the project's entrypoint (usually lib/index.d.ts)
|
|
@@ -11882,6 +11893,7 @@ new web.NextJsTypeScriptProject(options: NextJsTypeScriptProjectOptions)
|
|
|
11882
11893
|
* **workflowGitIdentity** (<code>[github.GitIdentity](#projen-github-gitidentity)</code>) The git identity to use in workflows. __*Default*__: GitHub Actions
|
|
11883
11894
|
* **workflowNodeVersion** (<code>string</code>) The node version to use in GitHub workflows. __*Default*__: same as `minNodeVersion`
|
|
11884
11895
|
* **disableTsconfig** (<code>boolean</code>) Do not generate a `tsconfig.json` file (used by jsii projects since tsconfig.json is generated by the jsii compiler). __*Default*__: false
|
|
11896
|
+
* **disableTsconfigDev** (<code>boolean</code>) Do not generate a `tsconfig.dev.json` file. __*Default*__: false
|
|
11885
11897
|
* **docgen** (<code>boolean</code>) Docgen by Typedoc. __*Default*__: false
|
|
11886
11898
|
* **docsDirectory** (<code>string</code>) Docs directory. __*Default*__: "docs"
|
|
11887
11899
|
* **entrypointTypes** (<code>string</code>) The .d.ts file that includes the type declarations for this module. __*Default*__: .d.ts file derived from the project's entrypoint (usually lib/index.d.ts)
|
|
@@ -12308,6 +12320,7 @@ new web.ReactTypeScriptProject(options: ReactTypeScriptProjectOptions)
|
|
|
12308
12320
|
* **workflowGitIdentity** (<code>[github.GitIdentity](#projen-github-gitidentity)</code>) The git identity to use in workflows. __*Default*__: GitHub Actions
|
|
12309
12321
|
* **workflowNodeVersion** (<code>string</code>) The node version to use in GitHub workflows. __*Default*__: same as `minNodeVersion`
|
|
12310
12322
|
* **disableTsconfig** (<code>boolean</code>) Do not generate a `tsconfig.json` file (used by jsii projects since tsconfig.json is generated by the jsii compiler). __*Default*__: false
|
|
12323
|
+
* **disableTsconfigDev** (<code>boolean</code>) Do not generate a `tsconfig.dev.json` file. __*Default*__: false
|
|
12311
12324
|
* **docgen** (<code>boolean</code>) Docgen by Typedoc. __*Default*__: false
|
|
12312
12325
|
* **docsDirectory** (<code>string</code>) Docs directory. __*Default*__: "docs"
|
|
12313
12326
|
* **entrypointTypes** (<code>string</code>) The .d.ts file that includes the type declarations for this module. __*Default*__: .d.ts file derived from the project's entrypoint (usually lib/index.d.ts)
|
|
@@ -13556,6 +13569,7 @@ Name | Type | Description
|
|
|
13556
13569
|
**devContainer**?🔹 | <code>boolean</code> | Add a VSCode development environment (used for GitHub Codespaces).<br/>__*Default*__: false
|
|
13557
13570
|
**devDeps**?🔹 | <code>Array<string></code> | Build dependencies for this module.<br/>__*Default*__: []
|
|
13558
13571
|
**disableTsconfig**?🔹 | <code>boolean</code> | Do not generate a `tsconfig.json` file (used by jsii projects since tsconfig.json is generated by the jsii compiler).<br/>__*Default*__: false
|
|
13572
|
+
**disableTsconfigDev**?🔹 | <code>boolean</code> | Do not generate a `tsconfig.dev.json` file.<br/>__*Default*__: false
|
|
13559
13573
|
**docgen**?🔹 | <code>boolean</code> | Docgen by Typedoc.<br/>__*Default*__: false
|
|
13560
13574
|
**docgenFilePath**?🔹 | <code>string</code> | File path for generated docs.<br/>__*Default*__: "API.md"
|
|
13561
13575
|
**docsDirectory**?🔹 | <code>string</code> | Docs directory.<br/>__*Default*__: "docs"
|
|
@@ -13949,6 +13963,7 @@ Name | Type | Description
|
|
|
13949
13963
|
**devContainer**?🔹 | <code>boolean</code> | Add a VSCode development environment (used for GitHub Codespaces).<br/>__*Default*__: false
|
|
13950
13964
|
**devDeps**?🔹 | <code>Array<string></code> | Build dependencies for this module.<br/>__*Default*__: []
|
|
13951
13965
|
**disableTsconfig**?🔹 | <code>boolean</code> | Do not generate a `tsconfig.json` file (used by jsii projects since tsconfig.json is generated by the jsii compiler).<br/>__*Default*__: false
|
|
13966
|
+
**disableTsconfigDev**?🔹 | <code>boolean</code> | Do not generate a `tsconfig.dev.json` file.<br/>__*Default*__: false
|
|
13952
13967
|
**docgen**?🔹 | <code>boolean</code> | Docgen by Typedoc.<br/>__*Default*__: false
|
|
13953
13968
|
**docsDirectory**?🔹 | <code>string</code> | Docs directory.<br/>__*Default*__: "docs"
|
|
13954
13969
|
**edgeLambdaAutoDiscover**?🔹 | <code>boolean</code> | Automatically adds an `cloudfront.experimental.EdgeFunction` for each `.edge-lambda.ts` handler in your source tree. If this is disabled, you can manually add an `awscdk.AutoDiscover` component to your project.<br/>__*Default*__: true
|
|
@@ -14160,6 +14175,7 @@ Name | Type | Description
|
|
|
14160
14175
|
**devContainer**?⚠️ | <code>boolean</code> | Add a VSCode development environment (used for GitHub Codespaces).<br/>__*Default*__: false
|
|
14161
14176
|
**devDeps**?⚠️ | <code>Array<string></code> | Build dependencies for this module.<br/>__*Default*__: []
|
|
14162
14177
|
**disableTsconfig**?⚠️ | <code>boolean</code> | Do not generate a `tsconfig.json` file (used by jsii projects since tsconfig.json is generated by the jsii compiler).<br/>__*Default*__: false
|
|
14178
|
+
**disableTsconfigDev**?⚠️ | <code>boolean</code> | Do not generate a `tsconfig.dev.json` file.<br/>__*Default*__: false
|
|
14163
14179
|
**docgen**?⚠️ | <code>boolean</code> | Docgen by Typedoc.<br/>__*Default*__: false
|
|
14164
14180
|
**docgenFilePath**?⚠️ | <code>string</code> | File path for generated docs.<br/>__*Default*__: "API.md"
|
|
14165
14181
|
**docsDirectory**?⚠️ | <code>string</code> | Docs directory.<br/>__*Default*__: "docs"
|
|
@@ -14593,6 +14609,7 @@ Name | Type | Description
|
|
|
14593
14609
|
**devContainer**?🔹 | <code>boolean</code> | Add a VSCode development environment (used for GitHub Codespaces).<br/>__*Default*__: false
|
|
14594
14610
|
**devDeps**?🔹 | <code>Array<string></code> | Build dependencies for this module.<br/>__*Default*__: []
|
|
14595
14611
|
**disableTsconfig**?🔹 | <code>boolean</code> | Do not generate a `tsconfig.json` file (used by jsii projects since tsconfig.json is generated by the jsii compiler).<br/>__*Default*__: false
|
|
14612
|
+
**disableTsconfigDev**?🔹 | <code>boolean</code> | Do not generate a `tsconfig.dev.json` file.<br/>__*Default*__: false
|
|
14596
14613
|
**docgen**?🔹 | <code>boolean</code> | Docgen by Typedoc.<br/>__*Default*__: false
|
|
14597
14614
|
**docgenFilePath**?🔹 | <code>string</code> | File path for generated docs.<br/>__*Default*__: "API.md"
|
|
14598
14615
|
**docsDirectory**?🔹 | <code>string</code> | Docs directory.<br/>__*Default*__: "docs"
|
|
@@ -14866,6 +14883,7 @@ Name | Type | Description
|
|
|
14866
14883
|
**devContainer**?🔹 | <code>boolean</code> | Add a VSCode development environment (used for GitHub Codespaces).<br/>__*Default*__: false
|
|
14867
14884
|
**devDeps**?🔹 | <code>Array<string></code> | Build dependencies for this module.<br/>__*Default*__: []
|
|
14868
14885
|
**disableTsconfig**?🔹 | <code>boolean</code> | Do not generate a `tsconfig.json` file (used by jsii projects since tsconfig.json is generated by the jsii compiler).<br/>__*Default*__: false
|
|
14886
|
+
**disableTsconfigDev**?🔹 | <code>boolean</code> | Do not generate a `tsconfig.dev.json` file.<br/>__*Default*__: false
|
|
14869
14887
|
**docgen**?🔹 | <code>boolean</code> | Docgen by Typedoc.<br/>__*Default*__: false
|
|
14870
14888
|
**docgenFilePath**?🔹 | <code>string</code> | File path for generated docs.<br/>__*Default*__: "API.md"
|
|
14871
14889
|
**docsDirectory**?🔹 | <code>string</code> | Docs directory.<br/>__*Default*__: "docs"
|
|
@@ -15213,6 +15231,7 @@ Name | Type | Description
|
|
|
15213
15231
|
**devContainer**?🔹 | <code>boolean</code> | Add a VSCode development environment (used for GitHub Codespaces).<br/>__*Default*__: false
|
|
15214
15232
|
**devDeps**?🔹 | <code>Array<string></code> | Build dependencies for this module.<br/>__*Default*__: []
|
|
15215
15233
|
**disableTsconfig**?🔹 | <code>boolean</code> | Do not generate a `tsconfig.json` file (used by jsii projects since tsconfig.json is generated by the jsii compiler).<br/>__*Default*__: false
|
|
15234
|
+
**disableTsconfigDev**?🔹 | <code>boolean</code> | Do not generate a `tsconfig.dev.json` file.<br/>__*Default*__: false
|
|
15216
15235
|
**docgen**?🔹 | <code>boolean</code> | Docgen by Typedoc.<br/>__*Default*__: false
|
|
15217
15236
|
**docsDirectory**?🔹 | <code>string</code> | Docs directory.<br/>__*Default*__: "docs"
|
|
15218
15237
|
**entrypoint**?🔹 | <code>string</code> | Module entrypoint (`main` in `package.json`).<br/>__*Default*__: "lib/index.js"
|
|
@@ -15376,6 +15395,7 @@ Name | Type | Description
|
|
|
15376
15395
|
**devContainer**?🔹 | <code>boolean</code> | Add a VSCode development environment (used for GitHub Codespaces).<br/>__*Default*__: false
|
|
15377
15396
|
**devDeps**?🔹 | <code>Array<string></code> | Build dependencies for this module.<br/>__*Default*__: []
|
|
15378
15397
|
**disableTsconfig**?🔹 | <code>boolean</code> | Do not generate a `tsconfig.json` file (used by jsii projects since tsconfig.json is generated by the jsii compiler).<br/>__*Default*__: false
|
|
15398
|
+
**disableTsconfigDev**?🔹 | <code>boolean</code> | Do not generate a `tsconfig.dev.json` file.<br/>__*Default*__: false
|
|
15379
15399
|
**docgen**?🔹 | <code>boolean</code> | Docgen by Typedoc.<br/>__*Default*__: false
|
|
15380
15400
|
**docgenFilePath**?🔹 | <code>string</code> | File path for generated docs.<br/>__*Default*__: "API.md"
|
|
15381
15401
|
**docsDirectory**?🔹 | <code>string</code> | Docs directory.<br/>__*Default*__: "docs"
|
|
@@ -15573,6 +15593,7 @@ Name | Type | Description
|
|
|
15573
15593
|
**devContainer**?🔹 | <code>boolean</code> | Add a VSCode development environment (used for GitHub Codespaces).<br/>__*Default*__: false
|
|
15574
15594
|
**devDeps**?🔹 | <code>Array<string></code> | Build dependencies for this module.<br/>__*Default*__: []
|
|
15575
15595
|
**disableTsconfig**?🔹 | <code>boolean</code> | Do not generate a `tsconfig.json` file (used by jsii projects since tsconfig.json is generated by the jsii compiler).<br/>__*Default*__: false
|
|
15596
|
+
**disableTsconfigDev**?🔹 | <code>boolean</code> | Do not generate a `tsconfig.dev.json` file.<br/>__*Default*__: false
|
|
15576
15597
|
**docgen**?🔹 | <code>boolean</code> | Docgen by Typedoc.<br/>__*Default*__: false
|
|
15577
15598
|
**docgenFilePath**?🔹 | <code>string</code> | File path for generated docs.<br/>__*Default*__: "API.md"
|
|
15578
15599
|
**docsDirectory**?🔹 | <code>string</code> | Docs directory.<br/>__*Default*__: "docs"
|
|
@@ -18664,6 +18685,7 @@ Name | Type | Description
|
|
|
18664
18685
|
**devContainer**?⚠️ | <code>boolean</code> | Add a VSCode development environment (used for GitHub Codespaces).<br/>__*Default*__: false
|
|
18665
18686
|
**devDeps**?⚠️ | <code>Array<string></code> | Build dependencies for this module.<br/>__*Default*__: []
|
|
18666
18687
|
**disableTsconfig**?⚠️ | <code>boolean</code> | Do not generate a `tsconfig.json` file (used by jsii projects since tsconfig.json is generated by the jsii compiler).<br/>__*Default*__: false
|
|
18688
|
+
**disableTsconfigDev**?⚠️ | <code>boolean</code> | Do not generate a `tsconfig.dev.json` file.<br/>__*Default*__: false
|
|
18667
18689
|
**docgen**?⚠️ | <code>boolean</code> | Docgen by Typedoc.<br/>__*Default*__: false
|
|
18668
18690
|
**docsDirectory**?⚠️ | <code>string</code> | Docs directory.<br/>__*Default*__: "docs"
|
|
18669
18691
|
**entrypoint**?⚠️ | <code>string</code> | Module entrypoint (`main` in `package.json`).<br/>__*Default*__: "lib/index.js"
|
|
@@ -18812,6 +18834,7 @@ Name | Type | Description
|
|
|
18812
18834
|
**devContainer**?🔹 | <code>boolean</code> | Add a VSCode development environment (used for GitHub Codespaces).<br/>__*Default*__: false
|
|
18813
18835
|
**devDeps**?🔹 | <code>Array<string></code> | Build dependencies for this module.<br/>__*Default*__: []
|
|
18814
18836
|
**disableTsconfig**?🔹 | <code>boolean</code> | Do not generate a `tsconfig.json` file (used by jsii projects since tsconfig.json is generated by the jsii compiler).<br/>__*Default*__: false
|
|
18837
|
+
**disableTsconfigDev**?🔹 | <code>boolean</code> | Do not generate a `tsconfig.dev.json` file.<br/>__*Default*__: false
|
|
18815
18838
|
**docgen**?🔹 | <code>boolean</code> | Docgen by Typedoc.<br/>__*Default*__: false
|
|
18816
18839
|
**docsDirectory**?🔹 | <code>string</code> | Docs directory.<br/>__*Default*__: "docs"
|
|
18817
18840
|
**entrypoint**?🔹 | <code>string</code> | Module entrypoint (`main` in `package.json`).<br/>__*Default*__: "lib/index.js"
|
|
@@ -19300,6 +19323,7 @@ Name | Type | Description
|
|
|
19300
19323
|
**devContainer**?🔹 | <code>boolean</code> | Add a VSCode development environment (used for GitHub Codespaces).<br/>__*Default*__: false
|
|
19301
19324
|
**devDeps**?🔹 | <code>Array<string></code> | Build dependencies for this module.<br/>__*Default*__: []
|
|
19302
19325
|
**disableTsconfig**?🔹 | <code>boolean</code> | Do not generate a `tsconfig.json` file (used by jsii projects since tsconfig.json is generated by the jsii compiler).<br/>__*Default*__: false
|
|
19326
|
+
**disableTsconfigDev**?🔹 | <code>boolean</code> | Do not generate a `tsconfig.dev.json` file.<br/>__*Default*__: false
|
|
19303
19327
|
**docgen**?🔹 | <code>boolean</code> | Docgen by Typedoc.<br/>__*Default*__: false
|
|
19304
19328
|
**docsDirectory**?🔹 | <code>string</code> | Docs directory.<br/>__*Default*__: "docs"
|
|
19305
19329
|
**entrypoint**?🔹 | <code>string</code> | Module entrypoint (`main` in `package.json`).<br/>__*Default*__: "lib/index.js"
|
|
@@ -19643,6 +19667,7 @@ Name | Type | Description
|
|
|
19643
19667
|
**devContainer**?🔹 | <code>boolean</code> | Add a VSCode development environment (used for GitHub Codespaces).<br/>__*Default*__: false
|
|
19644
19668
|
**devDeps**?🔹 | <code>Array<string></code> | Build dependencies for this module.<br/>__*Default*__: []
|
|
19645
19669
|
**disableTsconfig**?🔹 | <code>boolean</code> | Do not generate a `tsconfig.json` file (used by jsii projects since tsconfig.json is generated by the jsii compiler).<br/>__*Default*__: false
|
|
19670
|
+
**disableTsconfigDev**?🔹 | <code>boolean</code> | Do not generate a `tsconfig.dev.json` file.<br/>__*Default*__: false
|
|
19646
19671
|
**docgen**?🔹 | <code>boolean</code> | Docgen by Typedoc.<br/>__*Default*__: false
|
|
19647
19672
|
**docsDirectory**?🔹 | <code>string</code> | Docs directory.<br/>__*Default*__: "docs"
|
|
19648
19673
|
**entrypoint**?🔹 | <code>string</code> | Module entrypoint (`main` in `package.json`).<br/>__*Default*__: "lib/index.js"
|
|
@@ -46,17 +46,18 @@ export declare abstract class FileBase extends Component {
|
|
|
46
46
|
* Indicates if the file should be marked as executable
|
|
47
47
|
*/
|
|
48
48
|
executable: boolean;
|
|
49
|
-
/**
|
|
50
|
-
* The projen marker, used to identify files as projen-generated.
|
|
51
|
-
*
|
|
52
|
-
* Value is undefined if the project is being ejected.
|
|
53
|
-
*/
|
|
54
|
-
readonly marker: string | undefined;
|
|
55
49
|
/**
|
|
56
50
|
* The absolute path of this file.
|
|
57
51
|
*/
|
|
58
52
|
readonly absolutePath: string;
|
|
59
53
|
private _changed?;
|
|
54
|
+
private shouldAddMarker;
|
|
55
|
+
/**
|
|
56
|
+
* The projen marker, used to identify files as projen-generated.
|
|
57
|
+
*
|
|
58
|
+
* Value is undefined if the project is being ejected.
|
|
59
|
+
*/
|
|
60
|
+
get marker(): string | undefined;
|
|
60
61
|
constructor(project: Project, filePath: string, options?: FileBaseOptions);
|
|
61
62
|
/**
|
|
62
63
|
* Implemented by derived classes and returns the contents of the file to
|
|
@@ -80,6 +80,12 @@ export interface TypeScriptProjectOptions extends NodeProjectOptions {
|
|
|
80
80
|
* @default false
|
|
81
81
|
*/
|
|
82
82
|
readonly disableTsconfig?: boolean;
|
|
83
|
+
/**
|
|
84
|
+
* Do not generate a `tsconfig.dev.json` file.
|
|
85
|
+
*
|
|
86
|
+
* @default false
|
|
87
|
+
*/
|
|
88
|
+
readonly disableTsconfigDev?: boolean;
|
|
83
89
|
/**
|
|
84
90
|
* Generate one-time sample in `src/` and `test/` if there are no files there.
|
|
85
91
|
* @default true
|