Move SpaceType to shared
This commit is contained in:
@ -16,7 +16,8 @@
|
||||
"paths": {
|
||||
"@util/*": ["./util/*"],
|
||||
"@export/*": ["./export/*"],
|
||||
"@file/*": ["./file/*"]
|
||||
"@file/*": ["./file/*"],
|
||||
"@shared": ["./shared/index.ts"]
|
||||
}
|
||||
},
|
||||
"include": ["src"]
|
||||
|
Reference in New Issue
Block a user