Skip to content

Instantly share code, notes, and snippets.

View ShayanTheNerd's full-sized avatar
💻
Coding & learning...

Shayan Zamani ShayanTheNerd

💻
Coding & learning...
View GitHub Profile
@ShayanTheNerd
ShayanTheNerd / .prettierignore
Created April 30, 2024 08:02
General Prettier Configurations
dist
public
ngrok.exe
@ShayanTheNerd
ShayanTheNerd / tsconfig.json
Created March 23, 2024 07:13
General TypeScript Configurations
{
"compilerOptions": {
"paths": {
"@ts/*": ["src/assets/ts/*"],
"@styles/*": ["src/assets/styles/*"],
"@components/*": ["src/components/*"]
},
"baseUrl": ".",
"strict": true,
"noEmit": true,