Appearance
Prettier
Options
Download
{ "printWidth": 120, "semi": false, "singleQuote": true, "trailingComma": "none" }
{ "compilerOptions": { "baseUrl": ".", "paths": { "@/*": ["src/*"] } }, "exclude": ["node_modules", "dist"], "include": ["src/**/*"] }