Skip to content

Commit fc08871

Browse files
Update tsconfig.json (#34)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent a9d23e9 commit fc08871

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/declarations.d.ts

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
"composite": true,
33
"extends": "../tsconfig.json",
44
"compilerOptions": {
5-
"baseUrl": "./"
5+
"baseUrl": "./",
6+
"lib": ["es6", "dom"]
67
},
78
"include": ["./"],
89
"exclude": ["./fixtures"]

0 commit comments

Comments
 (0)