diff --git a/code/module-07/m07-end/module07.html b/code/module-07/m07-end/module07.html index e2bfe13..ffa19a5 100644 --- a/code/module-07/m07-end/module07.html +++ b/code/module-07/m07-end/module07.html @@ -7,8 +7,8 @@

Test JavaScript

-

This page calls the script module08_main.js and is used for testing.

- +

This page calls the script module07_main.js and is used for testing.

+ diff --git a/code/module-07/m07-end/tsconfig.json b/code/module-07/m07-end/tsconfig.json index c582b8b..40c7205 100644 --- a/code/module-07/m07-end/tsconfig.json +++ b/code/module-07/m07-end/tsconfig.json @@ -14,7 +14,7 @@ // "declarationMap": true, /* Generates a sourcemap for each corresponding '.d.ts' file. */ // "sourceMap": true, /* Generates corresponding '.map' file. */ // "outFile": "./", /* Concatenate and emit output to single file. */ - "outDir": "build", /* Redirect output structure to the directory. */ + // "outDir": "./", /* Redirect output structure to the directory. */ // "rootDir": "./", /* Specify the root directory of input files. Use to control the output directory structure with --outDir. */ // "composite": true, /* Enable project compilation */ // "tsBuildInfoFile": "./", /* Specify file to store incremental compilation information */ diff --git a/code/module-07/m07-start/module07.html b/code/module-07/m07-start/module07.html index e2bfe13..ffa19a5 100644 --- a/code/module-07/m07-start/module07.html +++ b/code/module-07/m07-start/module07.html @@ -7,8 +7,8 @@

Test JavaScript

-

This page calls the script module08_main.js and is used for testing.

- +

This page calls the script module07_main.js and is used for testing.

+ diff --git a/code/module-07/m07-start/tsconfig.json b/code/module-07/m07-start/tsconfig.json index c582b8b..40c7205 100644 --- a/code/module-07/m07-start/tsconfig.json +++ b/code/module-07/m07-start/tsconfig.json @@ -14,7 +14,7 @@ // "declarationMap": true, /* Generates a sourcemap for each corresponding '.d.ts' file. */ // "sourceMap": true, /* Generates corresponding '.map' file. */ // "outFile": "./", /* Concatenate and emit output to single file. */ - "outDir": "build", /* Redirect output structure to the directory. */ + // "outDir": "./", /* Redirect output structure to the directory. */ // "rootDir": "./", /* Specify the root directory of input files. Use to control the output directory structure with --outDir. */ // "composite": true, /* Enable project compilation */ // "tsBuildInfoFile": "./", /* Specify file to store incremental compilation information */