refactor: change various files

This commit is contained in:
paolosantarsiero
2025-01-02 12:16:25 +01:00
parent 62b725b7d9
commit 6bc74348f4
17 changed files with 252 additions and 338 deletions

View File

@@ -23,13 +23,6 @@
}
]
},
"include": [
"next-env.d.ts",
"**/*.ts",
"**/*.tsx",
".next/types/**/*.ts",
"types/**/*.d.ts",
"app/profile/orders/[id]"
],
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts", "types/**/*.d.ts"],
"exclude": ["node_modules"]
}