Update and rename tsconfig.json to tsconfig.json

This commit is contained in:
Masoud Shokohi 2021-10-25 02:53:22 +03:30 committed by GitHub
parent 3b443ce7f0
commit baf750466a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,7 @@
{
"compilerOptions": {
"esModuleInterop": true,
"moduleResolution": "node",
"moduleResolution": "node",
"outDir": "dist/",
"resolveJsonModule": true,
"rootDir": ".",