Skip to content

Commit

Permalink
chore: 修复 ts 检查
Browse files Browse the repository at this point in the history
  • Loading branch information
mengxinssfd committed Mar 18, 2024
1 parent 9ac8ca2 commit c113142
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions internal/playground/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"compilerOptions": {
"declaration": false,
"sourceMap": true,
"baseUrl": "./",
"target": "esnext",
"module": "ESNext",
"types": ["vite/client"],
Expand All @@ -13,5 +14,6 @@
// "@pkg/components": ["./.yalc/@tool-pack/react-ui"]
}
},
"include": ["src"],
"exclude": ["dist"]
}
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"eject": "react-scripts eject",
"check:lint": "eslint \"**/*.{ts,tsx}\"",
"check:ts": "tsc -p tsconfig.noEmit.json --noEmit",
"check:ts-all": "pnpm check:ts & pnpm -r check:ts",
"check:ts:lint": "npm run check:ts && npm run check:lint",
"check:deps": "ncu",
"check:css": "stylelint \"**/*.{css,scss}\"",
Expand Down
1 change: 1 addition & 0 deletions packages/components/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@
"@tool-pack/react-ui": ["../../packages/react-ui/src"]
}
},
"include": ["src"],
"exclude": ["dist"]
}
1 change: 1 addition & 0 deletions packages/icons/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@
"@pkg/*": ["../../packages/*/src"]
}
},
"include": ["src"],
"exclude": ["dist"]
}
1 change: 1 addition & 0 deletions packages/shared/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@
"@pkg/*": ["../../packages/*/src"]
}
},
"include": ["src"],
"exclude": ["dist"]
}

0 comments on commit c113142

Please sign in to comment.