refactor: add type comments to postCSS configs

This commit is contained in:
Kim, Jimin 2023-08-07 23:22:16 +09:00
parent bd83c47177
commit 49d60c8553
Signed by: pomp
GPG key ID: CE1DDB8A4A765403
7 changed files with 38 additions and 5 deletions

View file

@ -1,4 +1,5 @@
module.exports = {
/** @type {import('postcss-load-config').Config} */
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},