Skip to content

Commit

Permalink
build: fix build fail
Browse files Browse the repository at this point in the history
  • Loading branch information
myrddin-prophecies committed Mar 20, 2024
1 parent b41b548 commit 8278c82
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
Binary file modified bun.lockb
Binary file not shown.
1 change: 1 addition & 0 deletions src/typings.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
declare module '*.module.css';
8 changes: 2 additions & 6 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,10 @@
"paths": {
"@/components/*": ["./src/components/*"],
"@/helpers/*": ["./src/helpers/*"],
"@/api/*": ["./src/api/*"],
"@/api/*": ["./src/api/*"]
}
},
"include": [
"./src/**/*.ts",
"./src/**/*.tsx",
".next/types/**/*.ts"
],
"include": ["./src/**/*.ts", "./src/**/*.tsx", ".next/types/**/*.ts"],
"references": [
{
"path": "./tsconfig.node.json"
Expand Down

0 comments on commit 8278c82

Please sign in to comment.