Skip to content

Commit b157ff8

Browse files
author
hirsch
committed
🐛 Fix build process
1 parent e006037 commit b157ff8

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

tsconfig.json

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,21 @@
2121
"experimentalDecorators": true,
2222
"emitDecoratorMetadata": true,
2323
"resolveJsonModule": true,
24-
"esModuleInterop": true
24+
"esModuleInterop": true,
25+
"lib": [
26+
"es5",
27+
"es6",
28+
"dom",
29+
"es2015.core",
30+
"es2015.collection",
31+
"es2015.generator",
32+
"es2015.iterable",
33+
"es2015.promise",
34+
"es2015.proxy",
35+
"es2015.reflect",
36+
"es2015.symbol",
37+
"es2015.symbol.wellknown",
38+
"esnext.asynciterable"
39+
]
2540
}
2641
}

0 commit comments

Comments
 (0)