Skip to content

Commit

Permalink
chore(tsconfig): đŸ”§ update tsconfig include for prettier config migrat…
Browse files Browse the repository at this point in the history
…ion to mjs

- Updated `tsconfig.json` to include the new `prettier.config.mjs` after migrating from `cjs`.
- No changes to compiler options, ensuring consistent TypeScript configuration across the project.
  • Loading branch information
Zyruks committed Sep 21, 2024
1 parent 0e9839b commit 600703f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@
"incremental": true,
"noUncheckedIndexedAccess": true
},
"include": [".eslintrc.js", "prettier.config.cjs"]
"include": [".eslintrc.js", "prettier.config.mjs"]
}

0 comments on commit 600703f

Please sign in to comment.