Skip to content

Commit

Permalink
configured tsconfig for next
Browse files Browse the repository at this point in the history
  • Loading branch information
cephaschapa committed Feb 10, 2025
1 parent 9c22a94 commit 99715ea
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions app/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"compilerOptions": {
"target": "ES2020",

"lib": [
"dom",
"dom.iterable",
Expand All @@ -12,8 +13,8 @@
"forceConsistentCasingInFileNames": true,
"noEmit": true,
"esModuleInterop": true,
"module": "esnext",
"moduleResolution": "node",
"module": "ESNext",
"moduleResolution": "Bundler",
"resolveJsonModule": true,
"isolatedModules": true,
"jsx": "preserve",
Expand Down

0 comments on commit 99715ea

Please sign in to comment.