Skip to content

Commit

Permalink
chore: update tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
cncolder committed Apr 9, 2020
1 parent d683b97 commit 66eedeb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
"react-window": "^1.8.5",
"rimraf": "^3.0.2",
"taro-ui": "^2.3.2",
"tslib": "^1.11.1",
"typescript": "^3.8.3"
},
"husky": {
Expand Down
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@
"resolveJsonModule": true,
"lib": ["ESNext", "DOM"],
"skipLibCheck": true,
"importHelpers": true,
"sourceMap": true,
"declaration": true,
"jsx": "preserve",
"jsx": "react",
"incremental": true,
"rootDir": "./src",
"outDir": "./dist"
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2839,7 +2839,7 @@ trim-off-newlines@^1.0.0:
resolved "https://registry.npm.taobao.org/trim-off-newlines/download/trim-off-newlines-1.0.1.tgz#9f9ba9d9efa8764c387698bcbfeb2c848f11adb3"
integrity sha1-n5up2e+odkw4dpi8v+sshI8RrbM=

tslib@^1.9.0:
tslib@^1.11.1, tslib@^1.9.0:
version "1.11.1"
resolved "https://registry.npm.taobao.org/tslib/download/tslib-1.11.1.tgz#eb15d128827fbee2841549e171f45ed338ac7e35"
integrity sha1-6xXRKIJ/vuKEFUnhcfRe0zisfjU=
Expand Down

0 comments on commit 66eedeb

Please sign in to comment.