Skip to content

Commit 81806d9

Browse files
author
Raice Hannay
committed
remove reference to non-existent global.d.ts
1 parent bc72ddd commit 81806d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717
"noUnusedLocals": true,
1818
"noUnusedParameters": true
1919
},
20-
"include": ["./global.d.ts", "./src/index.ts"],
20+
"include": ["./src/index.ts"],
2121
"exclude": ["**/coverage/*", "**/dist/*", "**/node_modules/*"]
2222
}

0 commit comments

Comments
 (0)