Added nextjs.

This commit is contained in:
SamTV12345 2024-02-24 09:48:06 +01:00
parent 04cc3c8d54
commit 55d41067b9
4 changed files with 25 additions and 1 deletions

View file

@ -12,6 +12,8 @@
/* Type Checking */
"strict": true, /* Enable all strict type-checking options. */
/* Completeness */
"skipLibCheck": true /* Skip type checking all .d.ts files. */
"skipLibCheck": true,
/* Skip type checking all .d.ts files. */
"jsx": "react"
}
}