mirror of
https://github.com/pockethost/pockethost.git
synced 2025-03-30 15:08:30 +00:00
chore: update tsconfig aliases
This commit is contained in:
parent
e1a45ddfc2
commit
b901abba30
@ -1,5 +1,5 @@
|
||||
import { DEBUG, PH_BIN_CACHE } from '$constants'
|
||||
import { PocketbaseReleaseDownloadService } from '$services/PocketbaseReleaseDownloadService'
|
||||
import { PocketbaseReleaseDownloadService } from '$services'
|
||||
import { LogLevelName, LoggerService } from '$shared'
|
||||
// gen:import
|
||||
|
||||
|
@ -17,9 +17,8 @@
|
||||
"noEmit": true,
|
||||
"baseUrl": ".",
|
||||
"paths": {
|
||||
"$util": ["src/util/index"],
|
||||
"$services": ["src/services/index"],
|
||||
"$services/*": ["src/services/*"],
|
||||
"$util": ["src/util"],
|
||||
"$services": ["src/services"],
|
||||
"$constants": ["src/constants"],
|
||||
"$src/*": ["src/*"],
|
||||
"$shared": ["src/shared"]
|
||||
@ -29,5 +28,5 @@
|
||||
"esm": true
|
||||
},
|
||||
"include": ["./src"],
|
||||
"exclude": ["./src/mothership-app/migrations/**/*"]
|
||||
"exclude": ["src/mothership-app/migrations"]
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user