Skip to content

Commit 3bd8474

Browse files
committed
refactor: change ts build config + fix typos
1 parent 9d1452a commit 3bd8474

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,6 @@ All parameters available:
5252

5353
The final folder will the parameter `destination` concatenated with parameter `app`.
5454

55-
## Requirements
56-
57-
This is project will the latest **Node.js LTS** version for its configurations.
58-
5955
## Tooling
6056

6157
- TypeScript

tsconfig.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
"sourceMap": true,
1212
"declaration": true,
1313

14+
"alwaysStrict": true,
15+
"forceConsistentCasingInFileNames": true,
1416
"removeComments": true,
1517
"noImplicitAny": true,
1618
"strictNullChecks": true,

0 commit comments

Comments
 (0)