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 8aa4845 commit 3d80189Copy full SHA for 3d80189
.gitignore
@@ -1,8 +1,10 @@
1
-.idea
2
-.vscode
3
-node_modules
+dist-commonjs
+dist-css
+dist-esmodule
4
+dist-umd
5
+dist-var
6
+coverage
7
npm-debug.log
-Thumbs.db
8
+node_modules
9
debug.log
-typings
-dist
10
+types
.vscode/tasks.json
@@ -0,0 +1,15 @@
+{
+ // See https://go.microsoft.com/fwlink/?LinkId=733558
+ // for the documentation about the tasks.json format
+ "version": "2.0.0",
+ "tasks": [
+ {
+ "type": "npm",
+ "script": "build",
+ "group": {
+ "kind": "build",
11
+ "isDefault": true
12
+ }
13
14
+ ]
15
+}
0 commit comments