diff --git a/.prettierrc.json b/.prettierrc.json index 75ddc398..05a122e1 100644 --- a/.prettierrc.json +++ b/.prettierrc.json @@ -1,6 +1,7 @@ { + "$schema": "https://json.schemastore.org/prettierrc", "printWidth": 100, "singleQuote": true, "trailingComma": "all", - "files": "./src/**/*.{js,vue,json}" + "files": "./src/**/*.{ts,js,vue,json}" }