Skip to content

Commit

Permalink
refactor: .js file instead of .ts for utils/index.js //// formatted b…
Browse files Browse the repository at this point in the history
…y prettier
  • Loading branch information
Xeuz27 committed Sep 13, 2024
1 parent 8991270 commit 8c5bc02
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
"paths": {
"@/components/*": ["src/components/*"],
"@/layouts/*": ["src/layouts/*"],
"@/utils": ["src/utils/index.ts"],
"@/utils": ["src/utils/index.js"],
"@/data/*": ["src/data/*"],
"@/site-config": ["src/data/site.config.ts"],
},
"@/site-config": ["src/data/site.config.ts"]
}
},
"exclude": ["node_modules", "**/node_modules/*", ".vscode", "dist", "..**/old/*"],
"exclude": ["node_modules", "**/node_modules/*", ".vscode", "dist", "..**/old/*"]
}

0 comments on commit 8c5bc02

Please sign in to comment.