Skip to content

Commit

Permalink
chore: Update tsc config
Browse files Browse the repository at this point in the history
  • Loading branch information
garethfuller committed Sep 20, 2024
1 parent a4905ef commit aca331e
Show file tree
Hide file tree
Showing 4 changed files with 44 additions and 19 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,6 @@ jobs:
- uses: actions/checkout@v4
- name: Setup
uses: ./.github/actions/setup
- name: Run typecheck
run: pnpm graphql:gen
- name: Run typecheck
run: pnpm typecheck
- name: Run unit tests
Expand Down
3 changes: 2 additions & 1 deletion apps/frontend-v3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"start": "next start",
"lint": "next lint",
"lint:fix": "next lint --fix",
"typecheck": "tsc --project tsconfig.json --noEmit",
"typecheck": "tsc --project tsconfig.json --noEmit && tsc-alias --project tsconfig.json --noEmit",
"prepare": "husky",
"graphql:gen": "DOTENV_CONFIG_PATH=./.env.local graphql-codegen -r dotenv/config",
"gen:theme-typings": "chakra-cli tokens ./lib/shared/services/chakra/themes/bal/bal.theme.ts",
Expand Down Expand Up @@ -122,6 +122,7 @@
"msw": "2.0.10",
"prettier": "^2.8.8",
"sentry-testkit": "^5.0.9",
"tsc-alias": "^1.8.10",
"typescript": "5.4.5",
"vitest": "^2.1.1",
"vitest-mock-extended": "^2.0.2"
Expand Down
1 change: 1 addition & 0 deletions apps/frontend-v3/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"extends": "@repo/typescript-config/nextjs.json",
"compilerOptions": {
"module": "esnext",
"baseUrl": ".",
"plugins": [
{
"name": "next"
Expand Down
57 changes: 41 additions & 16 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit aca331e

Please sign in to comment.