Move SpaceType to shared

This commit is contained in:
Dolan Miu
2022-10-29 03:10:29 +01:00
parent 5cbae5d3f7
commit 7d8cfc0382
13 changed files with 12 additions and 11 deletions

View File

@ -16,7 +16,8 @@
"paths": {
"@util/*": ["./util/*"],
"@export/*": ["./export/*"],
"@file/*": ["./file/*"]
"@file/*": ["./file/*"],
"@shared": ["./shared/index.ts"]
}
},
"include": ["src"]