Skip to content

Commit 29c2c32

Browse files
committed
Move import aliases to tsconfig
Allows files to be renamed with LSP without it borking everything!
1 parent 46637f7 commit 29c2c32

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

backend/tsconfig.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99
"strict": true,
1010
"noUncheckedIndexedAccess": true,
1111
"isolatedModules": true,
12-
"inlineSourceMap": true
12+
"inlineSourceMap": true,
13+
"paths": {
14+
"#*": ["./src/*"]
15+
}
1316
}
1417
}

0 commit comments

Comments
 (0)