Skip to content

Commit

Permalink
Merge pull request #1461 from sunrabbit123/patch-1
Browse files Browse the repository at this point in the history
Docs: fix wrong configured tsconfig.json at setup document
  • Loading branch information
samchon authored Jan 16, 2025
2 parents 58ffcf8 + 1d99848 commit f60aa0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/pages/docs/setup.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -155,9 +155,9 @@ Firstly install `typia` as a dependency. And then, install `typescript` and `ts-

```json filename="tsconfig.json" copy showLineNumbers
{
"strict": true,
"strictNullChecks": true,
"compilerOptions": {
"strict": true,
"strictNullChecks": true,
"plugins": [
{ "transform": "typia/lib/transform" }
]
Expand Down

0 comments on commit f60aa0f

Please sign in to comment.