Multiple changes related to icons, and the server documentation #5

Closed
DorianNiemiecSVRJS wants to merge 18 commits from main into main
2 changed files with 1 additions and 1 deletions
Showing only changes of commit b6f494dc6d - Show all commits

View file

@ -21,6 +21,6 @@
"@/*": ["./*"]
}
},
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts", "lib/Hoc/withAuth.jsx" , "**/*.mdx", "pages/_app.jsx"],
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts", "lib/Hoc/withAuth.jsx" , "**/*.mdx", "pages/_app.tsx"],
"exclude": ["node_modules"]
}