File tree 1 file changed +7
-1
lines changed 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -259,6 +259,8 @@ export const libs = libEntries.map(entry => entry[0]);
259
259
export const libMap = new Map ( libEntries ) ;
260
260
261
261
// Watch related options
262
+
263
+ // Do not delete this without updating the website's tsconfig generation.
262
264
/** @internal */
263
265
export const optionsForWatch : CommandLineOption [ ] = [
264
266
{
@@ -1619,6 +1621,7 @@ const commandOptionsWithoutBuild: CommandLineOption[] = [
1619
1621
} ,
1620
1622
] ;
1621
1623
1624
+ // Do not delete this without updating the website's tsconfig generation.
1622
1625
/** @internal */
1623
1626
export const optionDeclarations : CommandLineOption [ ] = [
1624
1627
...commonOptionsWithBuild ,
@@ -1702,6 +1705,7 @@ export const buildOpts: CommandLineOption[] = [
1702
1705
...optionsForBuild ,
1703
1706
] ;
1704
1707
1708
+ // Do not delete this without updating the website's tsconfig generation.
1705
1709
/** @internal */
1706
1710
export const typeAcquisitionDeclarations : CommandLineOption [ ] = [
1707
1711
{
@@ -1764,7 +1768,9 @@ const compilerOptionsAlternateMode: AlternateModeDiagnostics = {
1764
1768
getOptionsNameMap : getBuildOptionsNameMap ,
1765
1769
} ;
1766
1770
1767
- const defaultInitCompilerOptions : CompilerOptions = {
1771
+ // Do not delete this without updating the website's tsconfig generation.
1772
+ /** @internal @knipignore */
1773
+ export const defaultInitCompilerOptions : CompilerOptions = {
1768
1774
module : ModuleKind . CommonJS ,
1769
1775
target : ScriptTarget . ES2016 ,
1770
1776
strict : true ,
You can’t perform that action at this time.
0 commit comments