Skip to content

Commit a194c80

Browse files
author
Tom Berey
committed
Ver:1.0.2--Minor-Updates
1 parent fc03882 commit a194c80

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,7 @@ Below is the refined and confirmed roadmap, that has been planned for completion
238238
|:---|:---|:---|
239239
| 1.0.0 | 2021-07-09 | <ul><li>Initial Commit.</li><li>Add inital directory structure and files.</li><li>Add Screenshots directory, and images.</li><li>Create and format README.md</li></ul> |
240240
| 1.0.1 | 2021-07-14 | <ul><li>Removal of local SimpleTxtLogger file. Addition of SimpleTxtLogger as a npm module.</li><li>Update README.md</li></ul> |
241+
| 1.0.2 | 2021-08-01 | <ul><li>Update tsconfig.</li><li>Update README.md</li></ul> |
241242

242243
<br><hr><br>
243244

tsconfig.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@
6363
// "emitDecoratorMetadata": true, /* Enables experimental support for emitting type metadata for decorators. */
6464

6565
/* Advanced Options */
66-
//"resolveJsonModule": true, /* Include modules imported with '.json' extension */
67-
//"skipLibCheck": false, /* Skip type checking of declaration files. */
68-
//"forceConsistentCasingInFileNames": true /* Disallow inconsistently-cased references to the same file. */
66+
"resolveJsonModule": true, /* Include modules imported with '.json' extension */
67+
"skipLibCheck": false, /* Skip type checking of declaration files. */
68+
"forceConsistentCasingInFileNames": true /* Disallow inconsistently-cased references to the same file. */
6969
}
7070
}

0 commit comments

Comments
 (0)