We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc70ef0 commit 060aeb7Copy full SHA for 060aeb7
tsconfig.json
@@ -0,0 +1,10 @@
1
+{
2
+ "compilerOptions": {
3
+ "module": "umd",
4
+ "target": "es5",
5
+ "outDir": "lib"
6
+ },
7
+ "exclude": [
8
+ "node_modules"
9
+ ]
10
+}
0 commit comments