Is there a way to "extend" these files without interfering with the tsconfig.json and tsconfig.server.json files under the .nuxt folder? For example, I want to change the file path alias "~/*" to "../server/*" for the server folder and "../app/*" for the client.