updated tsconfig

This commit is contained in:
2022-02-13 20:11:37 -06:00
parent 3d69a9375e
commit 84482be886
4 changed files with 12 additions and 21 deletions

View File

@@ -6,7 +6,10 @@
"outDir": "./dist",
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"skipLibCheck": true,
"strict": true,
"skipLibCheck": true
"noImplicitReturns": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
}
}