Skip to content

Commit c20a90d

Browse files
committed
Setup more precise TS config, Webpack, Jest, Lerna, and so on
1 parent b817805 commit c20a90d

File tree

509 files changed

+11958
-1446
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

509 files changed

+11958
-1446
lines changed

.browserslistrc

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,3 @@
1-
# This file is used by the build system to adjust CSS and JS output to support the specified browsers below.
2-
# For additional information regarding the format and rule options, please see:
3-
# https://github.com/browserslist/browserslist#queries
4-
5-
# For the full list of supported browsers by the Angular framework, please see:
6-
# https://angular.io/guide/browser-support
7-
8-
# You can see what browsers were selected by your queries by running:
9-
# npx browserslist
10-
111
last 1 Chrome version
122
last 1 Firefox version
133
last 2 Edge major versions

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
# compiled output
44
dist/
5+
lib/
56
tmp/
67
out-tsc/
78

@@ -32,8 +33,7 @@ speed-measure-plugin*.json
3233
# misc
3334
/.sass-cache
3435
/connect.lock
35-
/coverage
36-
/libpeerconnection.log
36+
coverage/
3737
npm-debug.log
3838
yarn-error.log
3939
testem.log

.pnp.js

Lines changed: 6349 additions & 790 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)