Skip to content

Commit 617ea29

Browse files
committed
update tsconfig
1 parent 20d547c commit 617ea29

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

tsconfig.base.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
{
22
"compilerOptions": {
3-
"paths": {
4-
"#app/*": ["./src/*"]
5-
},
6-
73
// Base Options:
84
"esModuleInterop": true,
95
"skipLibCheck": true,

tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"types": ["vite/client"],
77

88
"paths": {
9+
"#app/*": ["./src/*"],
910
"#documents/*": ["./documents/*"]
1011
}
1112
}

0 commit comments

Comments
 (0)