Skip to content

Commit

Permalink
tsconfig updated
Browse files Browse the repository at this point in the history
  • Loading branch information
nirnejak committed May 7, 2024
1 parent b91c5dd commit 899a762
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions tailwind.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,4 +80,5 @@ const config: Config = {
},
plugins: [],
}

export default config
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"incremental": true,
"esModuleInterop": true,
"module": "esnext",
"moduleResolution": "node",
"moduleResolution": "bundler",
"resolveJsonModule": true,
"isolatedModules": true,
"jsx": "preserve",
Expand Down

0 comments on commit 899a762

Please sign in to comment.