@Generated(value="jsii-pacmak/1.47.0 (build 86d2c33)", date="2021-12-20T00:39:28.967Z") @Stability(value=Experimental) public class TypeScriptProject extends NodeProject
| Modifier and Type | Class and Description |
|---|---|
static class |
TypeScriptProject.Builder
(experimental) A fluent builder for
TypeScriptProject. |
DEFAULT_TASK| Modifier | Constructor and Description |
|---|---|
protected |
TypeScriptProject(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
TypeScriptProject(software.amazon.jsii.JsiiObjectRef objRef) |
|
TypeScriptProject(TypeScriptProjectOptions options) |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getDocgen() |
String |
getDocsDirectory() |
Eslint |
getEslint() |
String |
getLibdir()
(experimental) The directory in which compiled .js files reside.
|
String |
getSrcdir()
(experimental) The directory in which the .ts sources reside.
|
String |
getTestdir()
(experimental) The directory in which tests reside.
|
TypescriptConfig |
getTsconfig() |
TypescriptConfig |
getTsconfigDev()
(experimental) A typescript configuration file which covers all files (sources, tests, projen).
|
TypescriptConfig |
getTsconfigEslint() |
Task |
getWatchTask()
(experimental) The "watch" task.
|
addBins, addBundledDeps, addCompileCommand, addDeps, addDevDeps, addFields, addKeywords, addPackageIgnore, addPeerDeps, addTestCommand, getAllowLibraryDependencies, getAntitamper, getAutoMerge, getBuildWorkflow, getBuildWorkflowJobId, getBundler, getEntrypoint, getInstallWorkflowSteps, getJest, getManifest, getMaxNodeVersion, getMinNodeVersion, getNpmignore, getPackageManager, getPackageValue, getPublisher, getRelease, getRunScriptCommand, hasScript, removeScript, runTaskCommand, setScriptannotateGenerated, getAutoApprove, getDevContainer, getGithub, getGitpod, getProjectType, getVscodeaddExcludeFromCleanup, addGitIgnore, addTask, addTask, addTip, getBuildTask, getCompileTask, getComponents, getDefaultTask, getDeps, getFiles, getGitattributes, getGitignore, getInitProject, getLogger, getName, getOutdir, getPackageTask, getParent, getPostCompileTask, getPreCompileTask, getProjectBuild, getProjenCommand, getRoot, getTasks, getTestTask, postSynthesize, preSynthesize, removeTask, synth, tryFindFile, tryFindJsonFile, tryFindObjectFilejsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected TypeScriptProject(software.amazon.jsii.JsiiObjectRef objRef)
protected TypeScriptProject(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Experimental)
public TypeScriptProject(@NotNull
TypeScriptProjectOptions options)
options - This parameter is required.@Stability(value=Experimental) @NotNull public String getDocsDirectory()
@Stability(value=Experimental) @NotNull public String getLibdir()
@Stability(value=Experimental) @NotNull public String getSrcdir()
@Stability(value=Experimental) @NotNull public String getTestdir()
@Stability(value=Experimental) @NotNull public TypescriptConfig getTsconfigDev()
@Stability(value=Experimental) @NotNull public Task getWatchTask()
@Stability(value=Experimental) @Nullable public Boolean getDocgen()
@Stability(value=Experimental) @Nullable public Eslint getEslint()
@Stability(value=Experimental) @Nullable public TypescriptConfig getTsconfig()
@Stability(value=Experimental) @Nullable public TypescriptConfig getTsconfigEslint()
Copyright © 2021. All rights reserved.