We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20d547c commit 617ea29Copy full SHA for 617ea29
tsconfig.base.json
@@ -1,9 +1,5 @@
1
{
2
"compilerOptions": {
3
- "paths": {
4
- "#app/*": ["./src/*"]
5
- },
6
-
7
// Base Options:
8
"esModuleInterop": true,
9
"skipLibCheck": true,
tsconfig.json
@@ -6,6 +6,7 @@
"types": ["vite/client"],
"paths": {
+ "#app/*": ["./src/*"],
10
"#documents/*": ["./documents/*"]
11
}
12
0 commit comments