Skip to content

Commit

Permalink
Fix name
Browse files Browse the repository at this point in the history
  • Loading branch information
shresthagrawal committed Jul 13, 2021
1 parent f0e5c47 commit 00181f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"compilerOptions": {
"allowSyntheticDefaultImports": true,
"lib": ["es2015"],
"lib": ["es2019"],
"module": "commonjs",
"noImplicitAny": true,
"outDir": "./dist/",
"preserveConstEnums": true,
"removeComments": true,
"strictNullChecks": true,
"sourceMap": true,
"target": "es2015",
"target": "es2019",
"skipLibCheck": true,
"resolveJsonModule": true,
"allowJs": true,
Expand Down

0 comments on commit 00181f3

Please sign in to comment.