Skip to content

Commit

Permalink
Updated common js config
Browse files Browse the repository at this point in the history
  • Loading branch information
lenn0n13 committed Sep 18, 2024
1 parent 35b7bae commit 92700b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"strict": true,
"noEmit": true,
"esModuleInterop": true,
"module": "esnext",
"module": "CommonJS",
"moduleResolution": "bundler",
"resolveJsonModule": true,
"isolatedModules": true,
Expand All @@ -26,6 +26,6 @@

}
},
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts", "@testing-library/jest-dom"],
"include": [".", "next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts", "@testing-library/jest-dom"],
"exclude": ["node_modules"]
}

0 comments on commit 92700b6

Please sign in to comment.