Merge pull request #11 from KEIII/patch-1

Enable all strict type checking options by default
This commit is contained in:
Alexandre
2021-09-12 21:54:09 +02:00
committed by GitHub
+1
View File
@@ -1,5 +1,6 @@
{
"compilerOptions": {
"strict": true,
"target": "ESNext",
"module": "ESNext",
"moduleResolution": "node",