Skip to content

Commit

Permalink
update shared/scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonYuanYao committed Dec 2, 2021
1 parent c60032e commit d8ccd6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion shared/scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
# DO NOT EDIT
# AUTO COPIED FROM ROOT/shared

npx tsc --project tsconfig.build.json --incremental
npx tsc --project tsconfig.build.json
2 changes: 1 addition & 1 deletion shared/tsconfig.base.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"strictPropertyInitialization": false,
"noImplicitAny": false, // TODO 改成 true,所有 any 必须显式
"experimentalDecorators": true,
"incremental": true,
"incremental": false,
// "skipLibCheck": true,
"typeRoots": ["./node_modules/@types/"] // 这样来避免所有 上级目录的 @types 都被包含进去
},
Expand Down

0 comments on commit d8ccd6c

Please sign in to comment.