Skip to content

Commit

Permalink
Merge pull request #13 from huuyafwww/feature/next-tsconfig_202501
Browse files Browse the repository at this point in the history
add compilerOptions
  • Loading branch information
huuyafwww authored Jan 5, 2025
2 parents dadeb38 + d1428d8 commit 8a8a622
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/mean-pants-wonder.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@huuyafwww/tsconfig-next": minor
---

specification   target and forceConsistentCasingInFileNames
8 changes: 8 additions & 0 deletions packages/tsconfig-next/tsconfig.base.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,12 @@
"@tsconfig/next/tsconfig.json"
],
"include": ["src/index.ts"],
"compilerOptions": {
"allowJs": true,
"sourceMap": true,
"forceConsistentCasingInFileNames": true,
"moduleResolution": "Bundler",
"target": "ESNext",
"module": "ESNext",
}
}

0 comments on commit 8a8a622

Please sign in to comment.