feat(dashboard): more type safety
This commit is contained in:
@@ -1,5 +1,11 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"paths": {
|
||||
"#api/*": ["../api/src/*"],
|
||||
"#dashboard/*": ["./src/*"],
|
||||
"#db/*": ["../../packages/db/src/*"],
|
||||
"#domain/*": ["../../packages/domain/src/*"]
|
||||
},
|
||||
"plugins": [
|
||||
{
|
||||
"name": "next"
|
||||
|
||||
Reference in New Issue
Block a user