Renamed "_app.js" to "_app.tsx", and adjusted "tsconfig.json" file

This commit is contained in:
Dorian Niemiec 2024-06-24 23:31:19 +02:00
parent 5e0dc07861
commit b6f494dc6d
2 changed files with 1 additions and 1 deletions

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"]
}