Skip to content

Commit

Permalink
vite config
Browse files Browse the repository at this point in the history
  • Loading branch information
jameshschuler committed May 25, 2023
1 parent a384dd5 commit ac44f7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"lib": ["ESNext", "DOM"],
"skipLibCheck": true,
"paths": {
"@/*": ["./src/*", "./dist/*"]
"@/*": ["./src/*"]
}
},
"include": ["src/**/*.ts", "src/**/*.d.ts", "src/**/*.tsx", "src/**/*.vue"],
Expand Down

0 comments on commit ac44f7f

Please sign in to comment.