Skip to content

Commit

Permalink
remove nonexistent global.d.ts file from tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
aolsenjazz committed Sep 30, 2023
1 parent 87e9e69 commit 4e89f71
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 @@ -19,6 +19,5 @@
"skipLibCheck": true
},
"include": ["src"],
"exclude": ["node_modules", "src/__mocks__"],
"files": ["src/types/global.d.ts"]
"exclude": ["node_modules", "src/__mocks__"]
}

0 comments on commit 4e89f71

Please sign in to comment.