Skip to content

Commit 1f59d59

Browse files
committed
update tsconfig to match jupyterlab
seems needed to resolve errors on Intl.ResolvedRelativeTimeFormatOptions
1 parent 6a8df5b commit 1f59d59

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

tsconfig.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@
55
"declaration": true,
66
"esModuleInterop": true,
77
"incremental": true,
8+
"lib": [
9+
"DOM",
10+
"DOM.Iterable",
11+
"ES2018",
12+
"ES2020.BigInt",
13+
"ES2020.Intl",
14+
"ES2020.String"
15+
],
816
"jsx": "react",
917
"module": "esnext",
1018
"moduleResolution": "node",

0 commit comments

Comments
 (0)