Skip to content

Commit

Permalink
add compilerOptions
Browse files Browse the repository at this point in the history
  • Loading branch information
huuyafwww committed Jan 5, 2025
1 parent dadeb38 commit d1428d8
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 d1428d8

Please sign in to comment.