Skip to content

Commit

Permalink
remove reference to non-existent global.d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Raice Hannay committed Dec 16, 2019
1 parent bc72ddd commit 81806d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
"noUnusedLocals": true,
"noUnusedParameters": true
},
"include": ["./global.d.ts", "./src/index.ts"],
"include": ["./src/index.ts"],
"exclude": ["**/coverage/*", "**/dist/*", "**/node_modules/*"]
}

0 comments on commit 81806d9

Please sign in to comment.