chore(deps-dev): bump prettier

This commit is contained in:
Jacky Zhao
2024-06-17 21:46:43 -07:00
parent cc5913b75c
commit 48e16c943a
3 changed files with 7 additions and 7 deletions

View File

@ -13,8 +13,8 @@
"forceConsistentCasingInFileNames": true,
"esModuleInterop": true,
"jsx": "react-jsx",
"jsxImportSource": "preact",
"jsxImportSource": "preact"
},
"include": ["**/*.ts", "**/*.tsx", "./package.json"],
"exclude": ["build/**/*.d.ts"],
"exclude": ["build/**/*.d.ts"]
}