Skip to content

Commit

Permalink
Removed: config for allow js files in the module(#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
ymaheshwari1 committed Sep 7, 2023
1 parent e6322ba commit 2cf0a90
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
@@ -1,8 +1,7 @@
{
"compilerOptions": {
"baseUrl": ".",
"strictNullChecks": false,
"allowJs": true
"strictNullChecks": false
},
"include": [
"src/**/*.ts",
Expand Down

0 comments on commit 2cf0a90

Please sign in to comment.