Skip to content

Commit

Permalink
feat: bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
louisgv committed Mar 30, 2023
1 parent 7d7a1d4 commit 7b26029
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,10 @@
"esModuleInterop": true,
"noImplicitAny": false,
"moduleResolution": "node",
"isolatedModules": true,
"module": "es2022",
"target": "es2022",
"allowJs": true,
"importsNotUsedAsValues": "error"
"verbatimModuleSyntax": true
},
"include": ["src/**/*.ts"]
}

0 comments on commit 7b26029

Please sign in to comment.