Skip to content

Commit

Permalink
chore: update tsconfig
Browse files Browse the repository at this point in the history
Use the workspace package instead of using a path in tsconfig.json
  • Loading branch information
matijs committed Nov 2, 2024
1 parent e483763 commit 87e403f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
},
"devDependencies": {
"@changesets/cli": "2.27.8",
"@nl-design-system/tsconfig": "workspace:*",
"@types/node": "20.14.13",
"@typescript-eslint/eslint-plugin": "8.6.0",
"@typescript-eslint/parser": "8.6.0",
Expand Down
3 changes: 3 additions & 0 deletions pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"extends": "./packages/tsconfig/tsconfig.json"
"extends": "@nl-design-system/tsconfig"
}

0 comments on commit 87e403f

Please sign in to comment.