Skip to content

Commit 1b7c215

Browse files
committed
Build
1 parent 000bf75 commit 1b7c215

File tree

2 files changed

+27
-7
lines changed

2 files changed

+27
-7
lines changed

dist/index.js

Lines changed: 26 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"strict": true /* Enable all strict type-checking options. */,
88
"noImplicitAny": true /* Raise error on expressions and declarations with an implied 'any' type. */,
99
"esModuleInterop": true /* Enables emit interoperability between CommonJS and ES Modules via creation of namespace objects for all imports. Implies 'allowSyntheticDefaultImports'. */,
10-
"lib": ["ES2017", "DOM"]
10+
"lib": ["ES2017", "DOM", "ES2019"]
1111
},
1212
"exclude": ["node_modules", "**/*.test.ts", "notes"]
1313
}

0 commit comments

Comments
 (0)