update lobby page design
This commit is contained in:
@@ -7,7 +7,8 @@
|
||||
"baseUrl": "./",
|
||||
"paths": {
|
||||
"muzak/config/*": ["./src/config/*"],
|
||||
"muzak/data/*": ["./src/data/*"]
|
||||
"muzak/data/*": ["./src/data/*"],
|
||||
"muzak/app/*": ["./src/app/*"]
|
||||
},
|
||||
|
||||
"allowJs": false,
|
||||
@@ -27,6 +28,12 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"include": ["next-env.d.ts", ".next/types/**/*.ts", "**/*.ts", "**/*.tsx"],
|
||||
"include": [
|
||||
"next-env.d.ts",
|
||||
".next/types/**/*.ts",
|
||||
"**/*.ts",
|
||||
"**/*.tsx",
|
||||
"src/data/users.json"
|
||||
],
|
||||
"exclude": ["node_modules"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user