Small update to tsconfig and README

This commit is contained in:
Simon Maceda 2022-08-12 12:42:03 -05:00 committed by GitHub
parent 3253cc0b4b
commit 9265a05483
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,6 +12,7 @@
"noUnusedLocals": true,
"noUnusedParameters": true,
"strict": true, /* enable all strict type-checking options */
"allowJs": true, /* enables importing of JavaScript files */
},
"exclude": [
"node_modules",