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 65b4b3f commit 4d0cc26Copy full SHA for 4d0cc26
.npmignore
@@ -0,0 +1,36 @@
1
+/.idea
2
+/.nyc_output
3
+/.vscode
4
+/coverage
5
+/dist
6
+/dist-test
7
+/docs
8
+/example
9
+/lib-test
10
+/not-ported-extensions
11
+/src
12
+/static
13
+/test
14
+/transpiled-code
15
+/typings
16
+CODE_OF_CONDUCT.md
17
+CONTRIBUTING.md
18
+ISSUE_TEMPLATE.md
19
+PULL_REQUEST_TEMPLATE.md
20
+karma.conf.js
21
+tsconfig.example.json
22
+tsconfig.json
23
+tsconfig.test.json
24
+tslint.example.json
25
+tslint.json
26
+tslint.test.json
27
+webpack.config.js
28
+webpack.example.config.js
29
+yarn.lock
30
+.editorconfig
31
+.gitignore
32
+.istanbul.yml
33
+.npmignore
34
+.prettierrc
35
+.publishrc
36
+.travis.yml
0 commit comments