We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d1452a commit 3bd8474Copy full SHA for 3bd8474
README.md
@@ -52,10 +52,6 @@ All parameters available:
52
53
The final folder will the parameter `destination` concatenated with parameter `app`.
54
55
-## Requirements
56
-
57
-This is project will the latest **Node.js LTS** version for its configurations.
58
59
## Tooling
60
61
- TypeScript
tsconfig.json
@@ -11,6 +11,8 @@
11
"sourceMap": true,
12
"declaration": true,
13
14
+ "alwaysStrict": true,
15
+ "forceConsistentCasingInFileNames": true,
16
"removeComments": true,
17
"noImplicitAny": true,
18
"strictNullChecks": true,
0 commit comments